[ubuntu/natty] grub2 1.99~20110112-1ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Thu Jan 13 15:05:30 UTC 2011
grub2 (1.99~20110112-1ubuntu1) 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.
grub2 (1.99~20110112-1) experimental; urgency=low
* New Bazaar snapshot.
- Disable ieee1275_fb on sparc (closes: #560823).
- Fix pf2 font generation on big-endian platforms (closes: #609818).
* branch_butter.patch: Resolve the device returned by
grub_find_root_device_from_mountinfo or find_root_device_from_libzfs
using grub_find_device (closes: #609590, #609814, LP: #700147).
Date: Thu, 13 Jan 2011 08:58:59 -0600
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~20110112-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 13 Jan 2011 08:58:59 -0600
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~20110112-1ubuntu1
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)
Closes: 560823 609590 609814 609818
Launchpad-Bugs-Fixed: 700147
Changes:
grub2 (1.99~20110112-1ubuntu1) 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.
.
grub2 (1.99~20110112-1) experimental; urgency=low
.
* New Bazaar snapshot.
- Disable ieee1275_fb on sparc (closes: #560823).
- Fix pf2 font generation on big-endian platforms (closes: #609818).
* branch_butter.patch: Resolve the device returned by
grub_find_root_device_from_mountinfo or find_root_device_from_libzfs
using grub_find_device (closes: #609590, #609814, LP: #700147).
Checksums-Sha1:
520dd4e486214bc3d1a8f7a762412899c1014842 3123 grub2_1.99~20110112-1ubuntu1.dsc
863cb8bd8d14d29d24156731ea43afefe80f2662 2434336 grub2_1.99~20110112.orig.tar.gz
1df6041a815c66bca0ea04a150a4eb596686090a 750014 grub2_1.99~20110112-1ubuntu1.diff.gz
Checksums-Sha256:
6cb7b265fd80b8cc71891d09edac5c6092a8580fbb0bc5587503f619c6480b24 3123 grub2_1.99~20110112-1ubuntu1.dsc
00989ce697604471fccd0364e5758533dacfb6fdbd329f325f100c3526ee3dd9 2434336 grub2_1.99~20110112.orig.tar.gz
7fb4b518132d06db7f838dd1a06de04cd949658054a83b58b4f882c8c434febc 750014 grub2_1.99~20110112-1ubuntu1.diff.gz
Files:
ac869f438f6df72696f54e17008eeaf6 3123 admin extra grub2_1.99~20110112-1ubuntu1.dsc
a13060d8535e872d6eb1fe03539ef149 2434336 admin extra grub2_1.99~20110112.orig.tar.gz
2c592f36eefade874a5bfd899da3d3a8 750014 admin extra grub2_1.99~20110112-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
iQIVAwUBTS8Tmzk1h9l9hlALAQisvBAAleLoYNQ/HM6ylmlOTKGrIoR59AFJIATu
P7P+b+0lfV/UwhSXe0PxsRb2ed50J2lEljyBUXv1mGXqvrZ1tNiKIMXVKUI72Rb7
BeXFDXc9U/BY3zy9KmtWHA7edJnEfuiPeyD8BPKz/2RKCcw/j+Lcc0/aE6E59LZl
7elHTnUUL1yoPUY2aYq/SkF6K/WjIxAS9PDLfxsSBEYd62vsD9EYzhQ9XocozQvD
nVBbipzsjAhkI6xQmzOvPswN6vtES5M/E7K5rJkCVErZzbtiuk70zCIWLHbAI+bn
CHnGuGmWcw/C6I0iYSjnkxZ0gr0qkb05fy0lrzbz8nZ0SU6iZY1t69FEecwFzqeU
WpzESN67DbbqYxdQovfWSr6HsvFWGGWyEaI9t4YhGndczlsLxAQMXR7Q8D2zd92r
yjXSNo16+gHqURqzjFQ2fEn/axXTpCDcC2pfu9XXHWGUSQ6RSrccGIZ0BR4VhT7I
JheXW8Mkjf+jDzCICc5ng3bPez/Pk+4cBaAuxmzIb7JfahxkiFYTvV2xiuBrxF2i
sGSOR5PJCa83+bhKf1NKzBh4pcmr2j7NOdNwONnqp5xUKGhF4ooxeZy4KBpfNycJ
+/2I2g0rwxGJXEQuu+IhoVpVj/97B6YQ6S7QAyFKIpdO3OuJ/qaZdALc0sfHYkIF
08BNOcaiJC4=
=BKvT
-----END PGP SIGNATURE-----
More information about the Natty-changes
mailing list