grub2 2.00-3ubuntu1 source package in Ubuntu

Changelog

grub2 (2.00-3ubuntu1) quantal; urgency=low

  * Resynchronise with Debian (LP: #1046890).  Remaining changes:
    - Adjust for default Ubuntu boot options ("quiet splash").
    - Default to hiding the menu; holding down Shift at boot will show it.
    - Set a monochromatic theme and an appropriate background for Ubuntu.
    - Apply Ubuntu GRUB Legacy changes to legacy update-grub script.
    - Fix backslash-escaping in merge_debconf_into_conf.
    - Remove "GNU/Linux" from default distributor string.
    - Add crashkernel option.
    - Bypass menu unless other OSes are installed or Shift is pressed.
    - Allow Shift to interrupt 'sleep --interruptible'.
    - Reduce visual clutter in normal mode.
    - Remove verbose messages printed before reading configuration.
    - Suppress kernel/initrd progress messages, except in recovery mode.
    - Show the boot menu if the previous boot failed.
    - Adjust upgrade version checks for Ubuntu.
    - Suppress "GRUB loading" message unless Shift is held down.
    - Adjust versions of grub-doc and grub-legacy-doc conflicts.
    - Look for .mo files in /usr/share/locale-langpack first.
    - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
    - Check hardware support before using gfxpayload=keep.
    - Set vt.handoff=7 for smooth handoff to kernel graphical mode.
    - In recovery mode, add nomodeset to the Linux kernel arguments, and
      remove the 'set gfxpayload=keep' command.
    - Skip Windows os-prober entries on Wubi systems, and suppress the menu
      by default if those are the only other-OS entries.
    - Handle probing striped DM-RAID devices.
    - Replace 'single' by 'recovery' when friendly-recovery is installed.
    - Disable cursor as early as possible in grub_main.
    - Avoid getting confused by inaccessible loop device backing paths.
  * Apply patch from Fedora to forbid insmod on UEFI secure boot.

grub2 (2.00-3) experimental; urgency=low

  * Use dh-autoreconf.
  * Bail out if trying to run grub-mkconfig during upgrade to 2.00 (e.g.
    while configuring a kernel image), since the old /etc/grub.d/00_header
    conffile breaks until such time as grub-common is configured.

grub2 (2.00-2) experimental; urgency=low

  * Add -Wno-error=unused-result to HOST_CFLAGS for the moment, since at
    least grub-core/lib/crypto.c fails to compile on Ubuntu otherwise.
  * Update default/grub.md5sum to include Ubuntu maverick's default md5sum.
  * Autogenerate packaging files for grub-emu, in order that its postinst
    does not contain unexpanded @PACKAGE@ symbols.
  * Only try to install efiemu*.o into grub-emu on *-i386.

grub2 (2.00-1) experimental; urgency=low

  [ Jordi Mallach, Colin Watson ]
  * New upstream release.
    - Add LUKS and GELI encrypted disk support (closes: #463107).
    - Lazy scanning to avoid accessing devices which aren't really used.
      This avoids boot delay due to slow device scanning (closes: #549905,
      #550015, #550083, #564252, #595059, #632408).
    - Don't override more informative errors when loading kernel/initrd
      (closes: #551630).
    - Support 4K-sector NTFS (closes: #567728).
    - Unify grub-mkrescue interface on powerpc with that on other
      architectures (closes: #570119).
    - Fix infinite recursion in gettext when translation fails (closes:
      #611537, #612454, #616487, #619618, #626853, #643608).
    - Add more missing quotes to grub-mkconfig (closes: #612417).
    - Import gnulib change to fix argp_help segfault with help filter
      (closes: #612692).
    - Support %1$d syntax in grub_printf (closes: #630647).
    - Use write-combining MTRR to speed up video with buggy BIOSes (closes:
      #630926).
    - Remove multiboot header from PXE images to avoid confusing ipxe
      (closes: #635877).
    - Fix crash when attempting to install to a non-BIOS disk (closes:
      #637208).
    - Fix handling of grub-mkrescue --xorriso= option (closes: #646788).
    - Use umask rather than chmod to create grub.cfg.new to avoid insecure
      grub.cfg (closes: #654599).
    - Improve font installation logic (closes: #654645).
    - Add grub-probe info documentation (closes: #666031).
    - Don't crash on canonicalize_file_name failure in grub-probe (closes:
      #677211).

  [ Colin Watson ]
  * Adjust debian/watch to point to xz-compressed tarballs.
  * debian/grub.d/05_debian_theme: Source grub-mkconfig_lib from
    /usr/share/grub, not the /usr/lib/grub compatibility link.
  * Convert to source format 3.0 (quilt).  Developers, note that patches are
    stored applied in bzr; you may want to 'quilt pop -a' / 'quilt push -a'
    around merges.
  * Remove pointless debian/grub-mount-udeb.install.hurd-i386;
    grub-mount-udeb is not built on the Hurd.
  * Refactor debian/grub-common.install.hurd-i386 into .in files so that it
    imposes less of a maintenance burden.
  * Restore grub-mkdevicemap for now.  While it's kind of a mess, requiring
    lots of OS-specific code to iterate over all possible devices, we use it
    in a number of scripts to discover devices and reimplementing those in
    terms of something else would be very complicated.
  * Add grub-efi-ia64-bin and grub-efi-ia64 packages.  These are currently
    experimental, and grub-efi-ia64 does not automatically run grub-install.
  * Build-depend on gcc-4.6-multilib on kfreebsd-i386 and hurd-i386 as well
    as the other i386 architectures, since we need it to build efiemu32.o
    and efiemu64.o.
  * Add per-platform *-dbg packages containing files needed to use GRUB's
    GDB stub.  These are relatively large and thus worth splitting out.
  * Build-depend on ttf-dejavu-core for the starfield theme.
  * Add a grub-theme-starfield package containing the starfield theme.
  * Backport from upstream:
    - Don't decrease efi_mmap_size (LP: #1046429).
  * grub-common Suggests: console-setup for grub-kbdcomp (closes: #686815).
  * Silence error messages when translations are unavailable.
  * Don't pass *.module to dpkg-shlibdeps, avoiding lots of build-time
    warnings.
  * Move transitional package to Section: oldlibs.
  * Acknowledge NMU (closes: #676609).

  [ Debconf translations ]
  * Lithuanian (Rimas Kudelis).  Closes: #675628
  * Galician (Jorge Barreiro).  Closes: #677389
  * Welsh (Daffyd Tomos).
  * Greek (galaxico).  Closes: #685201
  * Romanian (Andrei POPESCU).  Closes: #685477
  * Finnish (Timo Jyrinki).

grub2 (1.99-22.1) unstable; urgency=low

  * Non-maintainer upload.
  * Apply upstream patches for hurd-i386:
    - Test inode number (Closes: #634799).
    - Disable zfs code on GNU/Hurd (Closes: #670069).
    - Add userland partition support (Closes: #670186).
  * Fix packages build without libfuse (Closes: #670189).
 -- Colin Watson <email address hidden>   Thu, 13 Sep 2012 18:02:04 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Quantal
Original maintainer:
Ubuntu Developers
Architectures:
any-i386 any-amd64 any-powerpc any-ppc64 any-sparc any-mipsel any-ia64
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
grub2_2.00.orig.tar.xz 4.9 MiB 784ec38e7edc32239ad75b8e66df04dc8bfb26d88681bc9f627133a6eb85c458
grub2_2.00-3ubuntu1.debian.tar.gz 349.0 KiB 81e5cc0e184c419583998d0ea263772f8c2a9b35b8bab6204591b3643274bc95
grub2_2.00-3ubuntu1.dsc 4.4 KiB 3cf14fc95623d57acefb6f94471f48d4e4cf6c809a4b84df9088392fb31e06c1

Available diffs

View changes file

Binary packages built by this source

grub-common: No summary available for grub-common in ubuntu quantal.

No description available for grub-common in ubuntu quantal.

grub-coreboot: No summary available for grub-coreboot in ubuntu quantal.

No description available for grub-coreboot in ubuntu quantal.

grub-coreboot-bin: No summary available for grub-coreboot-bin in ubuntu quantal.

No description available for grub-coreboot-bin in ubuntu quantal.

grub-coreboot-dbg: No summary available for grub-coreboot-dbg in ubuntu quantal.

No description available for grub-coreboot-dbg in ubuntu quantal.

grub-efi: No summary available for grub-efi in ubuntu quantal.

No description available for grub-efi in ubuntu quantal.

grub-efi-amd64: No summary available for grub-efi-amd64 in ubuntu quantal.

No description available for grub-efi-amd64 in ubuntu quantal.

grub-efi-amd64-bin: No summary available for grub-efi-amd64-bin in ubuntu quantal.

No description available for grub-efi-amd64-bin in ubuntu quantal.

grub-efi-amd64-dbg: No summary available for grub-efi-amd64-dbg in ubuntu quantal.

No description available for grub-efi-amd64-dbg in ubuntu quantal.

grub-efi-ia32: No summary available for grub-efi-ia32 in ubuntu quantal.

No description available for grub-efi-ia32 in ubuntu quantal.

grub-efi-ia32-bin: No summary available for grub-efi-ia32-bin in ubuntu quantal.

No description available for grub-efi-ia32-bin in ubuntu quantal.

grub-efi-ia32-dbg: No summary available for grub-efi-ia32-dbg in ubuntu quantal.

No description available for grub-efi-ia32-dbg in ubuntu quantal.

grub-emu: No summary available for grub-emu in ubuntu quantal.

No description available for grub-emu in ubuntu quantal.

grub-emu-dbg: No summary available for grub-emu-dbg in ubuntu quantal.

No description available for grub-emu-dbg in ubuntu quantal.

grub-firmware-qemu: No summary available for grub-firmware-qemu in ubuntu quantal.

No description available for grub-firmware-qemu in ubuntu quantal.

grub-ieee1275: No summary available for grub-ieee1275 in ubuntu quantal.

No description available for grub-ieee1275 in ubuntu quantal.

grub-ieee1275-bin: No summary available for grub-ieee1275-bin in ubuntu quantal.

No description available for grub-ieee1275-bin in ubuntu quantal.

grub-ieee1275-dbg: No summary available for grub-ieee1275-dbg in ubuntu quantal.

No description available for grub-ieee1275-dbg in ubuntu quantal.

grub-linuxbios: No summary available for grub-linuxbios in ubuntu quantal.

No description available for grub-linuxbios in ubuntu quantal.

grub-mount-udeb: No summary available for grub-mount-udeb in ubuntu quantal.

No description available for grub-mount-udeb in ubuntu quantal.

grub-pc: No summary available for grub-pc in ubuntu quantal.

No description available for grub-pc in ubuntu quantal.

grub-pc-bin: No summary available for grub-pc-bin in ubuntu quantal.

No description available for grub-pc-bin in ubuntu quantal.

grub-pc-dbg: No summary available for grub-pc-dbg in ubuntu quantal.

No description available for grub-pc-dbg in ubuntu quantal.

grub-rescue-pc: No summary available for grub-rescue-pc in ubuntu quantal.

No description available for grub-rescue-pc in ubuntu quantal.

grub-theme-starfield: No summary available for grub-theme-starfield in ubuntu quantal.

No description available for grub-theme-starfield in ubuntu quantal.

grub2: No summary available for grub2 in ubuntu quantal.

No description available for grub2 in ubuntu quantal.

grub2-common: No summary available for grub2-common in ubuntu quantal.

No description available for grub2-common in ubuntu quantal.