[ubuntu/lucid] grub2 1.98~20100101-1ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Mon Jan 11 11:20:17 GMT 2010
grub2 (1.98~20100101-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.
- If the environment variable "quiet" is set to something other than 0,
suppress progress messages as the kernel and initrd load. Set this for
non-recovery kernel menu entries.
- Add GRUB_DEFAULT=saved, as well as grub-set-default and grub-reboot
utilities. Provides functionality essentially equivalent to GRUB
Legacy's savedefault.
- 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.
* Update savedefault patch from current Bazaar branch, fixing grub-reboot
to have distinct behaviour from grub-set-default (LP: #497326).
* Fix grub-mkisofs compilation error with FORTIFY_SOURCE.
* Convert recordfail boilerplate in each menu entry to use a function.
grub2 (1.98~20100101-1) unstable; urgency=high
* New Bazaar snapshot.
- Fix FTBS on sparc.
[ Robert Millan ]
* rules: Auto-update version from debian/changelog.
[ Felix Zielcke ]
* Add -O0 to CFLAGS on powerpc to avoid the `_restgpr_31_x in boot is
not defined' FTBFS.
grub2 (1.98~20091229-1) unstable; urgency=high
* New Bazaar snapshot.
- Fix slowness when $prefix uses an UUID.
(Closes: #541145, LP: #420933)
- Correctly set TARGET_CFLAGS. (Closes: #562953)
[ Robert Millan ]
* grub-rescue-pc.postinst: Build USB rescue image.
* rules: Invoke configure with relative path. This makes binaries smaller,
since dprintf strings are constructed using this path.
[ Felix Zielcke ]
* Urgency=high due to RC bug fix.
* Fix version comparison in grub-common.preinst for handling obsolete
/etc/grub.d/10_freebsd. (Closes: #562921)
grub2 (1.98~20091222-1) unstable; urgency=low
* New Baazar snapshot.
- Make 30_os-prober again dash compatible. (Closes: #562034)
grub2 (1.98~20091221-1) unstable; urgency=low
* New Bazaar snapshot.
- Fix search command failing on some broken BIOSes. (Closes: #530357)
[ Felix Zielcke ]
* Add Replaces:/Conflicts: grub-linuxbios to grub-coreboot. (Closes: #561811)
* Delete obsolete /etc/grub.d/10_freebsd if it has not been modified,
else disable it. (Closes: #560346)
grub2 (1.98~20091210-1) unstable; urgency=low
* Version bump.
grub2 (1.97+20091210-1) unstable; urgency=low
* New Bazaar snapshot.
- patches/02_fix_mountpoints_in_mkrelpath.diff: Remove (merged).
- Fixes FTBFS on powerpc (again) and sparc.
- patches/903_grub_legacy_0_based_partitions.diff: Resync (merged into
debian branch).
* Fix dpkg dependency for lenny compatibility.
Date: Mon, 11 Jan 2010 11:12:55 +0000
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Core 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~20100101-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 11 Jan 2010 11:12:55 +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-ieee1275 grub-firmware-qemu
Architecture: source
Version: 1.98~20100101-1ubuntu1
Distribution: lucid
Urgency: high
Maintainer: Ubuntu Core 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)
grub2 - GRand Unified Bootloader, version 2 (dummy package)
Closes: 530357 541145 560346 561811 562034 562921 562953
Changes:
grub2 (1.98~20100101-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.
- If the environment variable "quiet" is set to something other than 0,
suppress progress messages as the kernel and initrd load. Set this for
non-recovery kernel menu entries.
- Add GRUB_DEFAULT=saved, as well as grub-set-default and grub-reboot
utilities. Provides functionality essentially equivalent to GRUB
Legacy's savedefault.
- 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.
* Update savedefault patch from current Bazaar branch, fixing grub-reboot
to have distinct behaviour from grub-set-default (LP: #497326).
* Fix grub-mkisofs compilation error with FORTIFY_SOURCE.
* Convert recordfail boilerplate in each menu entry to use a function.
.
grub2 (1.98~20100101-1) unstable; urgency=high
.
* New Bazaar snapshot.
- Fix FTBS on sparc.
.
[ Robert Millan ]
* rules: Auto-update version from debian/changelog.
.
[ Felix Zielcke ]
* Add -O0 to CFLAGS on powerpc to avoid the `_restgpr_31_x in boot is
not defined' FTBFS.
.
grub2 (1.98~20091229-1) unstable; urgency=high
.
* New Bazaar snapshot.
- Fix slowness when $prefix uses an UUID.
(Closes: #541145, LP: #420933)
- Correctly set TARGET_CFLAGS. (Closes: #562953)
.
[ Robert Millan ]
* grub-rescue-pc.postinst: Build USB rescue image.
* rules: Invoke configure with relative path. This makes binaries smaller,
since dprintf strings are constructed using this path.
.
[ Felix Zielcke ]
* Urgency=high due to RC bug fix.
* Fix version comparison in grub-common.preinst for handling obsolete
/etc/grub.d/10_freebsd. (Closes: #562921)
.
grub2 (1.98~20091222-1) unstable; urgency=low
.
* New Baazar snapshot.
- Make 30_os-prober again dash compatible. (Closes: #562034)
.
grub2 (1.98~20091221-1) unstable; urgency=low
.
* New Bazaar snapshot.
- Fix search command failing on some broken BIOSes. (Closes: #530357)
.
[ Felix Zielcke ]
* Add Replaces:/Conflicts: grub-linuxbios to grub-coreboot. (Closes: #561811)
* Delete obsolete /etc/grub.d/10_freebsd if it has not been modified,
else disable it. (Closes: #560346)
.
grub2 (1.98~20091210-1) unstable; urgency=low
.
* Version bump.
.
grub2 (1.97+20091210-1) unstable; urgency=low
.
* New Bazaar snapshot.
- patches/02_fix_mountpoints_in_mkrelpath.diff: Remove (merged).
- Fixes FTBFS on powerpc (again) and sparc.
- patches/903_grub_legacy_0_based_partitions.diff: Resync (merged into
debian branch).
.
* Fix dpkg dependency for lenny compatibility.
Checksums-Sha1:
b8438e0f08b9ef84fbf39fa10cd6ce774d4af73f 2430 grub2_1.98~20100101-1ubuntu1.dsc
2a600a28734f9ae9b8339e4c1edbb8ba9216eafd 1717120 grub2_1.98~20100101-1ubuntu1.tar.gz
Checksums-Sha256:
8f822b84cb5ac841307b50756710521e88cb4df9ff3779f1a372fd9fc8396edc 2430 grub2_1.98~20100101-1ubuntu1.dsc
ad441a08c9c847bc7716cbee8a05f1a0a04af1b59672eb30c4bc50d454634576 1717120 grub2_1.98~20100101-1ubuntu1.tar.gz
Files:
78e360adbb36f8015f9ae6599fe6ef8e 2430 admin extra grub2_1.98~20100101-1ubuntu1.dsc
5b6e61ce09ec439ec1351aaaa8aa72a0 1717120 admin extra grub2_1.98~20100101-1ubuntu1.tar.gz
Launchpad-Bugs-Fixed: 420933 497326
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
iQIVAwUBS0sIVzk1h9l9hlALAQgA/A/+MXkPxvq1fyIhK0rL3ZX6vH+PFgS6NrVY
8ldX8EpdSotvQR+l2jxvCTMbhQctj6rckJmdHYeUEjtQi7CpjIySHV9henPNuNsN
/DBDn8AAOR6gNmW+Bfkc+SWGC/q2xrFOOYY5DuPGq7Xqml5J/S6AmcbNKY+8VNPp
tslVoIoUj7F9MCsPD40JU+qhK9+Fja3I5l9xGXL6eVzd+q0GevghZYqH/AxES2DL
RKkmH1H486aXbkfxDTBidrf3mRvZWXBYHo5RpBRW3uUsdCQTdDomdLcNPKp9sHa7
VJMc6xTqJPW2p2HqAgOs7upqxpQ7iTIHzoPCqJzhp785sJOTF7R7/f1EmASlppcZ
/QiFaEh3ua82Qz+yUlSavQHr6SHHx6xYtR6+P9XbWpFwCj2xYldDzw7x0Mbu4egS
+qwhZLV2zPuekMUpV7vHwh75zgBPvaU+8b4CNzCJLtC8xEG52tQPmviBj3P6+n3y
RkIxIEQT3ZETmo9yzh0gIXiLI+p8ikN1X9xchs73YgwT4gLeQJ+4ekalU5xdXiBX
d6tPYEsi7pWqWsXFa86VV2DqmCz8YKDokvab37+LjsSKKVyaeHa8N4T0Jt8DiyLb
htZr037ZOu8jBPQdx+MsgmNixXhSiZ7NSAQ3KdnITuyNShWJwicV4bjwaUTPdU4q
+zKRJ1uQmeM=
=sZiY
-----END PGP SIGNATURE-----
More information about the Lucid-changes
mailing list