[ubuntu/precise] grub2 1.99-21ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Tue Apr 3 17:25:42 UTC 2012


grub2 (1.99-21ubuntu1) precise; 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 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.
    - 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.
    - Check hardware support before using gfxpayload=keep.
    - 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.
    - Update default/grub.md5sum to include maverick's default md5sum.
    - 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.
    - Use qemu -no-kvm in tests for now to work around LP #947597.
    - Disable cursor as early as possible in grub_main.

grub2 (1.99-21) unstable; urgency=low

  * Backport from upstream:
    - Fix hook calling for unaligned segments (closes: #666992,
      LP: #972250).

Date: Tue, 03 Apr 2012 18:15:58 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/grub2/1.99-21ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 03 Apr 2012 18:15:58 +0100
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub2-common grub-emu grub-pc-bin grub-pc grub-rescue-pc grub-coreboot-bin grub-coreboot grub-efi-ia32-bin grub-efi-ia32 grub-efi-amd64-bin grub-efi-amd64 grub-ieee1275-bin grub-ieee1275 grub-firmware-qemu grub-yeeloong-bin grub-yeeloong grub-mount-udeb
Architecture: source
Version: 1.99-21ubuntu1
Distribution: precise
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 (common files)
 grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version)
 grub-coreboot-bin - GRand Unified Bootloader, version 2 (Coreboot binaries)
 grub-efi   - GRand Unified Bootloader, version 2 (dummy package)
 grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version)
 grub-efi-amd64-bin - GRand Unified Bootloader, version 2 (EFI-AMD64 binaries)
 grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
 grub-efi-ia32-bin - GRand Unified Bootloader, version 2 (EFI-IA32 binaries)
 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-ieee1275-bin - GRand Unified Bootloader, version 2 (Open Firmware binaries)
 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-pc-bin - GRand Unified Bootloader, version 2 (PC/BIOS binaries)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version)
 grub-yeeloong-bin - GRand Unified Bootloader, version 2 (Yeeloong binaries)
 grub2      - GRand Unified Bootloader, version 2 (dummy package)
 grub2-common - GRand Unified Bootloader (common files for version 2)
Closes: 666992
Launchpad-Bugs-Fixed: 972250
Changes: 
 grub2 (1.99-21ubuntu1) precise; 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 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.
     - 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.
     - Check hardware support before using gfxpayload=keep.
     - 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.
     - Update default/grub.md5sum to include maverick's default md5sum.
     - 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.
     - Use qemu -no-kvm in tests for now to work around LP #947597.
     - Disable cursor as early as possible in grub_main.
 .
 grub2 (1.99-21) unstable; urgency=low
 .
   * Backport from upstream:
     - Fix hook calling for unaligned segments (closes: #666992,
       LP: #972250).
Checksums-Sha1: 
 5b2d16e7063af2d8efdef2a6a1c7d072f140127d 4019 grub2_1.99-21ubuntu1.dsc
 2d417bc0bf8ad2947d0853337b1eecbb9ab22386 434944 grub2_1.99-21ubuntu1.diff.gz
Checksums-Sha256: 
 6eb56278a3ce17c1e7ca5491b5948f4de03d7cd8c2a32b5f2ef5b0ba803f3771 4019 grub2_1.99-21ubuntu1.dsc
 7a0c35f288a9bb80bddcb56006df941fcbc8c41b834f17bfd48b66677e3f1886 434944 grub2_1.99-21ubuntu1.diff.gz
Files: 
 da18559e881d6f3beb5d679949619499 4019 admin extra grub2_1.99-21ubuntu1.dsc
 02de7a383c4aa4940d542aaf217d5143 434944 admin extra grub2_1.99-21ubuntu1.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

iQIVAwUBT3sxsjk1h9l9hlALAQhF9A//TU5XabQJgX56jzOLrbMEn6WEyRV1yny5
cfuhXI7cT5ve0gEDKwbQzzmBu1UTDAZnX48O5vyhCMM05RwUFyq26zXQVeuquAaj
vFsefjMIklpbmYEwd+6VltDFZHopXUQjl7QBmgBBOxdHKw1i6lf9Rqyquv59ZmSC
rA6lo89raz9Yxzq7tPgGQ/TBlqYd/OaTR1Q+JInS7MOiA9B+wlOoiWVtxW1oAAlR
7nU73lXcZxjTNH+lI5cjbcR2C52ennRkQ07Lvkm+16/8UnU3Dr/awsrf0WKSeUrH
ytDGnJfTG0cnX64ObbGchvCdYqjRECXST++wRqhHWFCyqNF4JvVxiSwCGfqqp6y1
Thh3j54CPgewfggbJR0KWdduvcSvFStXvIC3RC6wahXdoNp6meGKoj7/Cqcm0mt0
lNDxgjWqNh/OHpQVPrSQBI/gDv9n48UyX8TAnRAeVqm8kXcrhkLKdExYIMJ/GcLy
yY+XUVYyiG2MM2gSvjblEiEHvOKQoR9icsDQllK4wmtvAM1Wu19skGB5tOhM//Gx
zo7Hl9TddixojuA08xLwDWYizipESTM9PfXE9jur0RPWve0TvpeyVke0lpqffZlA
QsQxarwdA+s/86JNNzV8xrV55nUXvj/iRXF6IJ+sooDcdC3g/iEOk31BNLQL8xIb
hLEkTTbPcvs=
=palk
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list