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

Colin Watson cjwatson at ubuntu.com
Sat Apr 9 10:40:30 UTC 2011


grub2 (1.99~rc1-9ubuntu1) 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.
    - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
    - 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.
    - 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.
    - Fix use of freed memory when replacing existing loopback device.
  * Add grub-mount-udeb, containing just grub-mount.  This can be used by
    os-prober and other parts of d-i.

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

  * Update branch_parse-color.patch, to blend text when any background is
    set as opposed to only when a stretched background is set (closes:
    #613120).
  * Make update-grub2 a symlink to update-grub, rather than bothering with a
    wrapper script.
  * Cherry-pick from upstream:
    - Check RAID superblock offset (closes: #610184).
    - Flush buffer cache on close and not on open (closes: #620663).
    - Handle special naming of yeeloong directory (closes: #620420).
  * Add grub-mount utility, from the upstream 'fuse' branch.
  * efibootmgr is only available on Linux architectures, so only make
    grub-efi-ia32 and grub-efi-amd64 depend on it on Linux.

Date: Sat, 09 Apr 2011 11:33:02 +0100
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-9ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 09 Apr 2011 11:33:02 +0100
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 grub-mount-udeb
Architecture: source
Version: 1.99~rc1-9ubuntu1
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-mount-udeb - export GRUB filesystems using FUSE (udeb)
 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: 610184 613120 620420 620663
Changes: 
 grub2 (1.99~rc1-9ubuntu1) 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.
     - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
     - 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.
     - 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.
     - Fix use of freed memory when replacing existing loopback device.
   * Add grub-mount-udeb, containing just grub-mount.  This can be used by
     os-prober and other parts of d-i.
 .
 grub2 (1.99~rc1-9) unstable; urgency=low
 .
   * Update branch_parse-color.patch, to blend text when any background is
     set as opposed to only when a stretched background is set (closes:
     #613120).
   * Make update-grub2 a symlink to update-grub, rather than bothering with a
     wrapper script.
   * Cherry-pick from upstream:
     - Check RAID superblock offset (closes: #610184).
     - Flush buffer cache on close and not on open (closes: #620663).
     - Handle special naming of yeeloong directory (closes: #620420).
   * Add grub-mount utility, from the upstream 'fuse' branch.
   * efibootmgr is only available on Linux architectures, so only make
     grub-efi-ia32 and grub-efi-amd64 depend on it on Linux.
Checksums-Sha1: 
 dcc880c1e0e87cbe821348a95ccff0e37849f1ce 3259 grub2_1.99~rc1-9ubuntu1.dsc
 38a806c20ba296723cce198736a349dcf66de0ef 638590 grub2_1.99~rc1-9ubuntu1.diff.gz
Checksums-Sha256: 
 f5e6b516c92c9a24df17d58ca02fb35a75f872ae3167bb9894289cf9b1f93a1b 3259 grub2_1.99~rc1-9ubuntu1.dsc
 82e8f03f0e57cca51fa9a6ba3c11b81b7f13d2bb4f1e06deabcce1243bb04a81 638590 grub2_1.99~rc1-9ubuntu1.diff.gz
Files: 
 a05f80377a81b019af364b9bd533babe 3259 admin extra grub2_1.99~rc1-9ubuntu1.dsc
 29a9e0123f1de2552542ab7e27622431 638590 admin extra grub2_1.99~rc1-9ubuntu1.diff.gz
Original-Maintainer: GRUB Maintainers <pkg-grub-devel at lists.alioth.debian.org>

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

iQIVAwUBTaA2Zjk1h9l9hlALAQjeGxAAnAJOnh1NpR5A1F0OVF6C+KQNrdIe7DQ2
32pfi22FNK2AvAIrAlNJ7u8wvqKtIL06nDuCjJeUNYKGx0YQqpxzOMcP0gTp6Q02
J0KJq18OJtTWuNNzi66Ezkrrc66Q8gZfq5OJ/+m/5GgZxHOM/tWoeBijTT0vi0kK
MrdI94R/8t1F4/HFB4SCR5rvRWKPpqBDyzncHsi/WHnkEk+WzW4yBHHT3EEqOWO+
88kUyZYvRinagMOwsJvOnGf34cj0JAex/yJP2e7egjCB/MnKajjdT/XM7bnCIvKF
6sdm3nJepcmsnxaoBouOBvEHa9JbB7eLiwpD7IQcMzpmsbB4vnNAruq7cC5EmB0p
/Rj1F5rbPBXDXTKirly09xDXdTFOBvtumfPbiLxNjSMVewN1IxeXPx3Y0bt/8/Aj
aiNksD6767Iybge891d1wT2V2c20OcdshF5P57q0/ptEuPQcjN1kbyEPTvxHzwdM
2g9MAwT1+s3C7RawO2szVWg3Tl4AnBV0EhzB+hdpNO3i6T197Lu8JSsTSE0GgmTq
6jPA1XC/jFzH7tG2h1+kiVifqN1jLZRjicmmh9VpZ6E1ZfglBM+GFK4xj2OTXMJp
k0QMNpp3d7Ngvzq3S4++x214Pdc6hhyE1nxda50AulFvw8d2Wu0tu1rhFJUUaxXB
FkjCyubLse4=
=jliL
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list