[ubuntu/lucid] grub2 1.98~20100128-1ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Thu Feb 4 01:00:18 GMT 2010
grub2 (1.98~20100128-1ubuntu1) lucid; 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 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.
- Conflict with grub (<< 0.97-54) as well as grub-legacy.
- Fix backslash-escaping in merge_debconf_into_conf.
- Remove "GNU/Linux" from default distributor string.
- Add crashkernel= options if kdump and makedumpfile are available.
- If other operating systems are installed, then automatically unhide
the menu. Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus
if available to check whether Shift is pressed. If it is, show the
menu, otherwise boot immediately. If keystatus is not available, then
fall back to a short delay interruptible with Escape.
- Allow Shift to interrupt 'sleep --interruptible'.
- Don't display introductory message about line editing unless we're
actually offering a shell prompt. Don't clear the screen just before
booting if we never drew the menu in the first place.
- Remove some verbose messages printed before reading the configuration
file.
- Suppress progress messages as the kernel and initrd load for
non-recovery kernel menu entries.
- Keep the loopback file open so that subsequent changes to the "root"
environment variable don't affect it.
- Change prepare_grub_to_access_device to handle filesystems
loop-mounted on file images.
- Ignore devices loop-mounted from files in 10_linux.
- Show the boot menu if the previous boot failed, that is if it failed
to get to the end of one of the normal runlevels.
- Handle RAID devices containing virtio components.
- Improve DM-RAID probing support.
* Don't generate /boot/grub/device.map during grub-install by default.
* Store grub-pc/install_devices as persistent device names under
/dev/disk/by-id/. Migrate previous device names to that, with explicit
confirmation in non-trivial cases to make sure we got the right ones. If
the devices we were told to install to ever go away, ask again.
* If the user opts to install GRUB nowhere, make sure they really mean it.
* Backport disk read fixes from upstream.
grub2 (1.98~20100128-1) unstable; urgency=low
* New Bazaar snapshot.
- Fix corruption problem when reading files from CDROM. (Closes: #567219)
[ Felix Zielcke ]
* Never strip kernel.img in rules. Upstream already does it when it
can be done. (Closes: #561933)
* Bump Standards-Version to 3.8.4.
[ Robert Millan ]
* rules: Run the testsuite (make check) when building grub-pc.
grub2 (1.98~20100126-1) unstable; urgency=low
* New Bazaar snapshot.
- Includes mipsel-yeeloong port.
[ Robert Millan ]
* config.in: Lower priority of grub2/linux_cmdline_default.
[ Felix Zielcke ]
* Drop `CFLAGS=-O0' workaround on powerpc. Should be fixed correctly now.
* Ship grub-bin2h and grub-script-check in grub-common.
* Terminate NEWS.Debian with a blank line like lintian would suggest
if that check would be working correctly.
Date: Wed, 03 Feb 2010 16:53:33 -0800
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/lucid/+source/grub2/1.98~20100128-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 03 Feb 2010 16:53:33 -0800
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-ieee1275 grub-firmware-qemu grub-yeeloong
Architecture: source
Version: 1.98~20100128-1ubuntu1
Distribution: lucid
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-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: 561933 567219
Changes:
grub2 (1.98~20100128-1ubuntu1) lucid; 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 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.
- Conflict with grub (<< 0.97-54) as well as grub-legacy.
- Fix backslash-escaping in merge_debconf_into_conf.
- Remove "GNU/Linux" from default distributor string.
- Add crashkernel= options if kdump and makedumpfile are available.
- If other operating systems are installed, then automatically unhide
the menu. Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus
if available to check whether Shift is pressed. If it is, show the
menu, otherwise boot immediately. If keystatus is not available, then
fall back to a short delay interruptible with Escape.
- Allow Shift to interrupt 'sleep --interruptible'.
- Don't display introductory message about line editing unless we're
actually offering a shell prompt. Don't clear the screen just before
booting if we never drew the menu in the first place.
- Remove some verbose messages printed before reading the configuration
file.
- Suppress progress messages as the kernel and initrd load for
non-recovery kernel menu entries.
- Keep the loopback file open so that subsequent changes to the "root"
environment variable don't affect it.
- Change prepare_grub_to_access_device to handle filesystems
loop-mounted on file images.
- Ignore devices loop-mounted from files in 10_linux.
- Show the boot menu if the previous boot failed, that is if it failed
to get to the end of one of the normal runlevels.
- Handle RAID devices containing virtio components.
- Improve DM-RAID probing support.
* Don't generate /boot/grub/device.map during grub-install by default.
* Store grub-pc/install_devices as persistent device names under
/dev/disk/by-id/. Migrate previous device names to that, with explicit
confirmation in non-trivial cases to make sure we got the right ones. If
the devices we were told to install to ever go away, ask again.
* If the user opts to install GRUB nowhere, make sure they really mean it.
* Backport disk read fixes from upstream.
.
grub2 (1.98~20100128-1) unstable; urgency=low
.
* New Bazaar snapshot.
- Fix corruption problem when reading files from CDROM. (Closes: #567219)
.
[ Felix Zielcke ]
* Never strip kernel.img in rules. Upstream already does it when it
can be done. (Closes: #561933)
* Bump Standards-Version to 3.8.4.
.
[ Robert Millan ]
* rules: Run the testsuite (make check) when building grub-pc.
.
grub2 (1.98~20100126-1) unstable; urgency=low
.
* New Bazaar snapshot.
- Includes mipsel-yeeloong port.
.
[ Robert Millan ]
* config.in: Lower priority of grub2/linux_cmdline_default.
.
[ Felix Zielcke ]
* Drop `CFLAGS=-O0' workaround on powerpc. Should be fixed correctly now.
* Ship grub-bin2h and grub-script-check in grub-common.
* Terminate NEWS.Debian with a blank line like lintian would suggest
if that check would be working correctly.
Checksums-Sha1:
c1c17506bd509f78983ab90edb806ec30619e9e0 2727 grub2_1.98~20100128-1ubuntu1.dsc
3311f8c065b6bf460926e8b53a61325246dd6c5e 1512998 grub2_1.98~20100128.orig.tar.gz
24112cbc7b8782b785d0b1a15a93e051ff6c52b8 305958 grub2_1.98~20100128-1ubuntu1.diff.gz
Checksums-Sha256:
4cb67ac04cbf93a9418961ae1d01ce0361eac3f48f09d39916b7c5b4f6d0635d 2727 grub2_1.98~20100128-1ubuntu1.dsc
8279e188cdb498658fcb63a53f070dbee6ed5944bcc34fd7d33636a8e59f7cd3 1512998 grub2_1.98~20100128.orig.tar.gz
9b8a6c3871f8cd935379db5e0707186855f1d5b7020013d65ed247ff538bbd7e 305958 grub2_1.98~20100128-1ubuntu1.diff.gz
Files:
d631ddc43d2ff48f7b270b7e07174db3 2727 admin extra grub2_1.98~20100128-1ubuntu1.dsc
114a36737e623245b3c70ba8c7c60c51 1512998 admin extra grub2_1.98~20100128.orig.tar.gz
291801df48fef26be5ca5cccaaa3bda9 305958 admin extra grub2_1.98~20100128-1ubuntu1.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
iQIVAwUBS2oa1Tk1h9l9hlALAQiqFhAAiR/txqANyx6lDocoEj+w/UKkQ/AGw11Z
3XWgW3hsyWykgrKU02uw0T5G4Tpne9M3Nf9NqWfsvBXaOTa1E5jHY0ylDBiGmPe3
5gnt8IUE9bddmTed3PZmLjjl2WC1bhbGarDhpv5TMafCD7MoGLUtSdJQlZLc3zKz
JWXjEmcygcTW9D61oLM6ladih7VbpK3N3GxGG4p18ZUpWtD/QDIXNEyJrvhukvAB
wpSopYpttwO8Ck2QYkAZ/dRPhN+orKm7kcMTL2EHg+GJ29BCU1BRvs4rtE769bSF
+BQM0HzO0yOKyXEUN9mwCVwonW9RjotvNYJx59i5105V+zInCBEVGwic6IOCnsDn
E5RBqyAGHc32mSNVCOiiNE2XJ3JigHBT7NGIamPXYyZgKmiyjk1N2bHzh4/AO3tg
yv1hJC3L80TXdZM1o5ZIVf+ER1tEiGzRvAHyEGhkYpqrqFiEhrJn6wXOmZSOt8BJ
vwwNTHgnKinHKL+NJDpHferSyNDRyUQ+yyzm6EDyvsB5W8zBtu4Z284oGt1Ezd2a
EnCN94zwB08wgkb4YunJb5ABSIk1WzzScNMgtQSXPkCqNdgdG1e2gazflRguCa2y
mjs0+8GHQeUZqpYgA2gK53eEiQX1N05gao0uRDIz3hp+mzCCRb8egatPkTIxKSlc
g8b0VREy0Z8=
=/taR
-----END PGP SIGNATURE-----
More information about the Lucid-changes
mailing list