[ubuntu/natty] grub2 1.99~rc1-3ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Mon Feb 21 17:00:28 UTC 2011


grub2 (1.99~rc1-3ubuntu1) natty; urgency=low

  * Resynchronise with Debian.  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 aubergine background for Ubuntu.
    - Apply Ubuntu GRUB Legacy changes to legacy update-grub script: title,
      recovery mode, quiet option, tweak how memtest86+ is displayed, and
      use UUIDs where appropriate.
    - 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.
    - Handle filesystems loop-mounted on file images.
    - Ignore devices loop-mounted from files in Linux grub.d scripts.
    - Show the boot menu if the previous boot failed.
    - Don't generate device.map during grub-install or grub-mkconfig.
    - 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.
    - Fix LVM/RAID probing in the absence of /boot/grub/device.map.
    - Look for .mo files in /usr/share/locale-langpack first.
    - Make sure GRUB_TIMEOUT isn't quoted unnecessarily.
    - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
    - Use qemu rather than qemu-system-i386.
    - Add a grub-rescue-efi-amd64 package.
    - On Wubi, don't ask for an install device, but just update wubildr
      using the diverted grub-install.
    - Enable lua from grub-extras.
    - Incorporate the bitop library into lua.
    - Add enum_pci function to grub module in lua.
    - Check hardware support before using gfxpayload=keep.
    - Build part_msdos and vfat into EFI boot images.
    - Put second and subsequent Linux menu entries in a submenu.
    - Preferred resolution detection for VBE.
    - Set vt.handoff=7 for smooth handoff to kernel graphical mode.
    - Don't ask where to install if upgrading and core.img doesn't exist.
    - Drop the default priority of grub2/linux_cmdline to medium.

grub2 (1.99~rc1-3) unstable; urgency=low

  * Build for ppc64 (except for grub-emu, which doesn't build cleanly yet).
  * Suppress output from debconf-communicate in upgrade-from-grub-legacy.
  * Refer to the info documentation at the top of /etc/default/grub (closes:
    #612538).
  * We need at least freebsd-utils (>= 8.0-4) on kFreeBSD architectures for
    camcontrol, so depend on it.
  * Tolerate camcontrol failing to read capacity of IDE devices, until such
    time as we know how to do this properly (see #612128).
  * Adjust /etc/default/grub for rename of GRUB_DISABLE_LINUX_RECOVERY to
    GRUB_DISABLE_RECOVERY (closes: #612777).
  * Update ntldr-img from grub-extras:
    - Install g2hdr.bin and g2ldr.mbr (closes: #613245).

Date: Mon, 21 Feb 2011 16:46:49 +0000
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/natty/+source/grub2/1.99~rc1-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 21 Feb 2011 16:46:49 +0000
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub-emu grub-pc grub-rescue-pc grub-coreboot grub-efi-ia32 grub-efi-amd64 grub-rescue-efi-amd64 grub-ieee1275 grub-firmware-qemu grub-yeeloong
Architecture: source
Version: 1.99~rc1-3ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 grub-common - GRand Unified Bootloader, version 2 (common files)
 grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version)
 grub-efi   - GRand Unified Bootloader, version 2 (dummy package)
 grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version)
 grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
 grub-emu   - GRand Unified Bootloader, version 2 (emulated version)
 grub-firmware-qemu - GRUB firmware image for QEMU
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package)
 grub-pc    - GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-rescue-efi-amd64 - GRUB bootable rescue images, version 2 (EFI-AMD64 version)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version)
 grub2      - GRand Unified Bootloader, version 2 (dummy package)
Closes: 612538 612777 613245
Changes: 
 grub2 (1.99~rc1-3ubuntu1) natty; urgency=low
 .
   * Resynchronise with Debian.  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 aubergine background for Ubuntu.
     - Apply Ubuntu GRUB Legacy changes to legacy update-grub script: title,
       recovery mode, quiet option, tweak how memtest86+ is displayed, and
       use UUIDs where appropriate.
     - 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.
     - Handle filesystems loop-mounted on file images.
     - Ignore devices loop-mounted from files in Linux grub.d scripts.
     - Show the boot menu if the previous boot failed.
     - Don't generate device.map during grub-install or grub-mkconfig.
     - 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.
     - Fix LVM/RAID probing in the absence of /boot/grub/device.map.
     - Look for .mo files in /usr/share/locale-langpack first.
     - Make sure GRUB_TIMEOUT isn't quoted unnecessarily.
     - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
     - Use qemu rather than qemu-system-i386.
     - Add a grub-rescue-efi-amd64 package.
     - On Wubi, don't ask for an install device, but just update wubildr
       using the diverted grub-install.
     - Enable lua from grub-extras.
     - Incorporate the bitop library into lua.
     - Add enum_pci function to grub module in lua.
     - Check hardware support before using gfxpayload=keep.
     - Build part_msdos and vfat into EFI boot images.
     - Put second and subsequent Linux menu entries in a submenu.
     - Preferred resolution detection for VBE.
     - Set vt.handoff=7 for smooth handoff to kernel graphical mode.
     - Don't ask where to install if upgrading and core.img doesn't exist.
     - Drop the default priority of grub2/linux_cmdline to medium.
 .
 grub2 (1.99~rc1-3) unstable; urgency=low
 .
   * Build for ppc64 (except for grub-emu, which doesn't build cleanly yet).
   * Suppress output from debconf-communicate in upgrade-from-grub-legacy.
   * Refer to the info documentation at the top of /etc/default/grub (closes:
     #612538).
   * We need at least freebsd-utils (>= 8.0-4) on kFreeBSD architectures for
     camcontrol, so depend on it.
   * Tolerate camcontrol failing to read capacity of IDE devices, until such
     time as we know how to do this properly (see #612128).
   * Adjust /etc/default/grub for rename of GRUB_DISABLE_LINUX_RECOVERY to
     GRUB_DISABLE_RECOVERY (closes: #612777).
   * Update ntldr-img from grub-extras:
     - Install g2hdr.bin and g2ldr.mbr (closes: #613245).
Checksums-Sha1: 
 18cb1de4061cc9d57f40c15e842e961634b5aafe 3098 grub2_1.99~rc1-3ubuntu1.dsc
 5ba6178fc9b7c6a503403d9be5946b314da851a3 760598 grub2_1.99~rc1-3ubuntu1.diff.gz
Checksums-Sha256: 
 7f37f36a144f52589fc7f64b9922e8f695f5179d2665db12969040598877e798 3098 grub2_1.99~rc1-3ubuntu1.dsc
 321fccc83abd76aa71ab04f5bd3b622044491165a211053861122e546dd5a1e9 760598 grub2_1.99~rc1-3ubuntu1.diff.gz
Files: 
 220a2b8c9bb4d65777066162491da711 3098 admin extra grub2_1.99~rc1-3ubuntu1.dsc
 841675a79f3a8bd9fb4fbdddb51971a7 760598 admin extra grub2_1.99~rc1-3ubuntu1.diff.gz
Original-Maintainer: GRUB Maintainers <pkg-grub-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iQIVAwUBTWKXmzk1h9l9hlALAQjf1xAAp7+Lf1KsIWvZA2IP1VN5OXvH+r3APWom
CZba80w2AzPVuFfbL8fC1MkUVjXYVTvQGl9Iq8FDRk2XfAC0sFshRr+9OXkkHoxP
pJb3pPs7injsEhg3WKMWGhPcKp/GHRaHbaHSdFfF2SyJhezoQUpp/Rx/7TP2d3BI
aB8zXabGnf9aTO8NRvrP1IqWdMHME2Ucz6YfTZajFxHXiXBRiyV+2gvbPNd/nNK6
WsUQgpPF7G7TQajmVel7YFct+b9OrI/K9Tb/EecfZP/AwKdt1sORSRs4S/ntBt5X
GoX2Lfgi+kZ2itXrnVywyF+nssrGe7YMidLRiMzKIniFOBErIokL3X/3wZscrdjn
Z3YbXW1aATYCSTf8oar84gIRJGl2CYmXh8rc0FHvwkuORqkyO/NKkz5JJvIFysE2
ORHWZn8ede4O+ZUeQlLZZ71iYpwJpFJcOg1mRhyp8yC0oMgpfujeoi8Bx3dhwwKW
9rcN4S1HSQayFBFiY5atEiO+/tBDDWW2k6IOsG1R6hxj+RdNVg18lPNlv54cXFVY
5eWLZ9kY+Cb3TBK3kEGtszI3VL3GlqT3nB1EB8Ryz1banoXzmegJ+uDIk/KNbtvE
krNBPJg9h9PXqsZATeKtqHvpejNvDH6vpNQe7lXu8qnVefuJJ5k/c6JlnG1BYIk5
IE0LsI37fnY=
=vgni
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list