[ubuntu/natty] grub2 1.99~rc1-2ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Tue Feb 8 12:50:31 UTC 2011
grub2 (1.99~rc1-2ubuntu1) 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.
* Fix quoting glitch in ubuntu_gfxpayload_filter.patch.
grub2 (1.99~rc1-2) unstable; urgency=low
* Merge 1.98+20100804-13 and 1.98+20100804-14, updating translations:
- Kazakh (Baurzhan Muftakhidinov / Timur Birsh).
* mkconfig_skip_dmcrypt.patch: Refer to GRUB_PRELOAD_MODULES rather than
suggesting people write a /etc/grub.d/01_modules script (thanks, Jordan
Uggla).
* Handle empty dir passed to grub_find_root_device_from_mountinfo; fixes
grub-mkrelpath on btrfs subvolumes (LP: #712029).
* Add rootflags=subvol=<name> if / is on a btrfs subvolume (LP: #712029).
* Upload to unstable.
Date: Tue, 08 Feb 2011 12:42:13 +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-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 08 Feb 2011 12:42:13 +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-2ubuntu1
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)
Launchpad-Bugs-Fixed: 712029
Changes:
grub2 (1.99~rc1-2ubuntu1) 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.
* Fix quoting glitch in ubuntu_gfxpayload_filter.patch.
.
grub2 (1.99~rc1-2) unstable; urgency=low
.
* Merge 1.98+20100804-13 and 1.98+20100804-14, updating translations:
- Kazakh (Baurzhan Muftakhidinov / Timur Birsh).
* mkconfig_skip_dmcrypt.patch: Refer to GRUB_PRELOAD_MODULES rather than
suggesting people write a /etc/grub.d/01_modules script (thanks, Jordan
Uggla).
* Handle empty dir passed to grub_find_root_device_from_mountinfo; fixes
grub-mkrelpath on btrfs subvolumes (LP: #712029).
* Add rootflags=subvol=<name> if / is on a btrfs subvolume (LP: #712029).
* Upload to unstable.
Checksums-Sha1:
e68fbe4052ef84780e24a3959cd5ddb0866d10f7 3088 grub2_1.99~rc1-2ubuntu1.dsc
a6840ba0c14729e2986ceac90a54e8147530df09 760143 grub2_1.99~rc1-2ubuntu1.diff.gz
Checksums-Sha256:
11ccb46fb4b39d11b5848d64ccbae0fae9230803c68221bb227fea203e922514 3088 grub2_1.99~rc1-2ubuntu1.dsc
10e1dd536409f3872ff86afe6930143760da53ce8cace108f48278b3e9617565 760143 grub2_1.99~rc1-2ubuntu1.diff.gz
Files:
0d5e74e2ee3325808aacdb70f78f1b91 3088 admin extra grub2_1.99~rc1-2ubuntu1.dsc
499604581a8c986ac297e865bedef70b 760143 admin extra grub2_1.99~rc1-2ubuntu1.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
iQIVAwUBTVE7Bzk1h9l9hlALAQikIg/8CM/G8KkmWkBSCRLRpNeuf2sn8I4iCgHY
+lCJ4XQnEHQMVetK4C6NyREerc4IIIBpxDXR9f4Ygw+5nizsNHVBSWWxW4HfagsZ
nazasuzorSWdmHakHqR9swSLZ7n84WIZx9xaoQxeHy5uquID+hF9h86dqJze94Am
f1GblGtGMp4/lkO+qTY3xB4YwSNw5Phl0L6rjjfJyHliVVGjacBLbEAp32s0QKXI
GBvbgkO5BgKA8EiM+Zfv1hx90GFZuk5538mimDfsKIjLbiM530RRxe/pAJ58GKYs
jKiif1CyFhza1tWFdbQmiYKR1k/+l36CiQJieE/LsZf2F7R6YJAeXL9Oq1h4lGO/
JYFCVHCLxN3jGisE/p/kpP5N+EggjqP93swBfa0I7G50+zXqmEZgG3xblUI8b2E1
zDaXyBkEWSIoitui3T2UtoBaZELn+nUzLzivH9ZfRgoIMnSZJNTOKqY+nL9womc9
2V2UOmThwX5+YeexMojiNf79qwwVKcBkzO2COhTaTxoc1M9/Qzycis70qsYlLG7f
7HCp5bHMRZsKpyTo9MJ4HuyUiipQNaPqwss6QRt2H8MQI1LIYc4f+g0zCRL+2Ag6
BxEVpFyD+mIRPcbecCGCZqo02SpLrKtMdT9GXC10e8utq0AmMjM3aXBCHzIVQgWl
EwXoNbiShAM=
=4SAN
-----END PGP SIGNATURE-----
More information about the Natty-changes
mailing list