[ubuntu/natty] grub-installer 1.60ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Thu Feb 10 14:20:32 UTC 2011
grub-installer (1.60ubuntu1) natty; urgency=low
* Resynchronise with Debian. Remaining changes:
- Show the grub menu and raise the menu timeout if other operating
systems are installed (only for GRUB Legacy right now).
- Remove splash boot parameter unless debian-installer/framebuffer=true
and debian-installer/splash=true.
- If / or /boot are on a removable device, install GRUB there by
default.
- Only mount /target/proc if it isn't already mounted.
- Support setting OVERRIDE_UNSUPPORTED_OS in the environment to force
grub-installer to use its default MBR selection method despite there
being unsupported operating systems on the disk.
- Unless grub-installer/make_active is preseeded to false, mark the
partition to which GRUB is being installed as bootable, or failing
that the first available primary partition on the disk to which GRUB
is being installed.
- Support grub-installer/bootdev_directory preseeding to make use of the
relative path feature of grub4dos, so that we can point grub4dos at
part of a disk for Wubi. Setting this disables normal grub
installation, but still generates a device.map (for GRUB Legacy only);
it also hides the menu.
- Handle cases where /boot is bind-mounted.
- Add support for writing an GRUB Legacy MBR on each disk in an
mdadm-managed RAID providing /boot. (GRUB 2 can handle this already.)
- Properly make use of output from os-prober to configure the booting of
other operating systems on dmraid arrays. Attempt to guess where in
the device map the array belongs, by substituting the first drive in
the dmraid array for the dmraid array device node itself, and removing
any reference to other member disks of the array.
- Go back to using update-grub -y for GRUB Legacy for now; our grub
package is a bit old and still requires this.
- Default to grub2 for GPT systems.
- Allow grub/grub2 choice for ext4, though still default to grub2.
- If /boot is on an MD device and we're using GRUB 2, install GRUB there
rather than (hd0); GRUB 2 will interpret that as meaning that it needs
to install to each of the RAID members.
- If using GRUB 2 and installing to a RAID device any of whose
components are partitions, then default to installing to the MBRs of
each of the containing disks, since GRUB 2 will refuse to install to
the partition devices.
- Bind-mount /proc and /sys while running grub-install.
- Update grub-installer/bootdev text to avoid GRUB device naming that
changed between GRUB Legacy and GRUB 2, and to use libata-style device
naming since that is more accurate for most people.
- On i386/efi and amd64/efi subarchitectures, install grub-efi and purge
grub, grub-legacy, and grub-pc; elsewhere, purge grub-efi*.
- Don't ask for a boot device on EFI, and don't pass a boot device
argument to grub-install.
- Add a preseedable grub-installer/timeout template to adjust the
initial GRUB timeout.
- Install GRUB to the SATA RAID or multipath device when /boot is on
such a device, rather than installing to the first hard disk.
* If the first disk has neither a partition table nor a filesystem, don't
try to install to it as grub-setup will refuse (LP: #711830).
* Canonicalise device names printed by 'mdadm --detail' (LP: #695842).
grub-installer (1.60) unstable; urgency=low
* Drop warning about GRUB 2 being experimental. Closes: #610365.
grub-installer (1.59) unstable; urgency=low
[ Julien Cristau ]
* Amend changes from 1.57: call device_to_disk on the device mounted as
cdrom. Booting from a disk or usb device, that may end up being
/dev/sda1 instead of /dev/sda, defeating the "we shouldn't install GRUB to
the installation media" test. In addition, avoid installing GRUB to the
device mounted on /hd-media. Closes: #605562.
[ Updated translations ]
* Northern Sami (se.po) by Børre Gaup
grub-installer (1.58) unstable; urgency=low
[ Christian Perrier ]
* Change text of examples in debconf templates to fit the new
partition numbering scheme in GRUB 2. Closes: #581687
[ Updated translations ]
* Hindi (hi.po) by Kumar Appaiah
* Kazakh (kk.po) by Baurzhan Muftakhidinov
* Central Khmer (km.po) by Khoem Sokhem
* Lao (lo.po) by Anousak Souphavanh
* Malayalam (ml.po) by Praveen Arimbrathodiyil
* Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel
* Northern Sami (se.po) by Børre Gaup
* Slovak (sk.po) by Ivan Masár
* Telugu (te.po) by Arjuna Rao Chavala
Date: Thu, 10 Feb 2011 14:05:10 +0000
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/natty/+source/grub-installer/1.60ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 10 Feb 2011 14:05:10 +0000
Source: grub-installer
Binary: grub-installer
Architecture: source
Version: 1.60ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description:
grub-installer - Install GRUB on a hard disk (udeb)
Closes: 581687 605562 610365
Launchpad-Bugs-Fixed: 695842 711830
Changes:
grub-installer (1.60ubuntu1) natty; urgency=low
.
* Resynchronise with Debian. Remaining changes:
- Show the grub menu and raise the menu timeout if other operating
systems are installed (only for GRUB Legacy right now).
- Remove splash boot parameter unless debian-installer/framebuffer=true
and debian-installer/splash=true.
- If / or /boot are on a removable device, install GRUB there by
default.
- Only mount /target/proc if it isn't already mounted.
- Support setting OVERRIDE_UNSUPPORTED_OS in the environment to force
grub-installer to use its default MBR selection method despite there
being unsupported operating systems on the disk.
- Unless grub-installer/make_active is preseeded to false, mark the
partition to which GRUB is being installed as bootable, or failing
that the first available primary partition on the disk to which GRUB
is being installed.
- Support grub-installer/bootdev_directory preseeding to make use of the
relative path feature of grub4dos, so that we can point grub4dos at
part of a disk for Wubi. Setting this disables normal grub
installation, but still generates a device.map (for GRUB Legacy only);
it also hides the menu.
- Handle cases where /boot is bind-mounted.
- Add support for writing an GRUB Legacy MBR on each disk in an
mdadm-managed RAID providing /boot. (GRUB 2 can handle this already.)
- Properly make use of output from os-prober to configure the booting of
other operating systems on dmraid arrays. Attempt to guess where in
the device map the array belongs, by substituting the first drive in
the dmraid array for the dmraid array device node itself, and removing
any reference to other member disks of the array.
- Go back to using update-grub -y for GRUB Legacy for now; our grub
package is a bit old and still requires this.
- Default to grub2 for GPT systems.
- Allow grub/grub2 choice for ext4, though still default to grub2.
- If /boot is on an MD device and we're using GRUB 2, install GRUB there
rather than (hd0); GRUB 2 will interpret that as meaning that it needs
to install to each of the RAID members.
- If using GRUB 2 and installing to a RAID device any of whose
components are partitions, then default to installing to the MBRs of
each of the containing disks, since GRUB 2 will refuse to install to
the partition devices.
- Bind-mount /proc and /sys while running grub-install.
- Update grub-installer/bootdev text to avoid GRUB device naming that
changed between GRUB Legacy and GRUB 2, and to use libata-style device
naming since that is more accurate for most people.
- On i386/efi and amd64/efi subarchitectures, install grub-efi and purge
grub, grub-legacy, and grub-pc; elsewhere, purge grub-efi*.
- Don't ask for a boot device on EFI, and don't pass a boot device
argument to grub-install.
- Add a preseedable grub-installer/timeout template to adjust the
initial GRUB timeout.
- Install GRUB to the SATA RAID or multipath device when /boot is on
such a device, rather than installing to the first hard disk.
* If the first disk has neither a partition table nor a filesystem, don't
try to install to it as grub-setup will refuse (LP: #711830).
* Canonicalise device names printed by 'mdadm --detail' (LP: #695842).
.
grub-installer (1.60) unstable; urgency=low
.
* Drop warning about GRUB 2 being experimental. Closes: #610365.
.
grub-installer (1.59) unstable; urgency=low
.
[ Julien Cristau ]
* Amend changes from 1.57: call device_to_disk on the device mounted as
cdrom. Booting from a disk or usb device, that may end up being
/dev/sda1 instead of /dev/sda, defeating the "we shouldn't install GRUB to
the installation media" test. In addition, avoid installing GRUB to the
device mounted on /hd-media. Closes: #605562.
.
[ Updated translations ]
* Northern Sami (se.po) by Børre Gaup
.
grub-installer (1.58) unstable; urgency=low
.
[ Christian Perrier ]
* Change text of examples in debconf templates to fit the new
partition numbering scheme in GRUB 2. Closes: #581687
.
[ Updated translations ]
* Hindi (hi.po) by Kumar Appaiah
* Kazakh (kk.po) by Baurzhan Muftakhidinov
* Central Khmer (km.po) by Khoem Sokhem
* Lao (lo.po) by Anousak Souphavanh
* Malayalam (ml.po) by Praveen Arimbrathodiyil
* Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel
* Northern Sami (se.po) by Børre Gaup
* Slovak (sk.po) by Ivan Masár
* Telugu (te.po) by Arjuna Rao Chavala
Checksums-Sha1:
eedb0471cb055b2bdc60007cf199a9dcc3bd98ef 1956 grub-installer_1.60ubuntu1.dsc
02671e16abc22ba3336e36f1d3c1bf06e2f3f8bf 192649 grub-installer_1.60ubuntu1.tar.gz
Checksums-Sha256:
4fcdea6cda8ce7ea5354c13e279bc6f3e7265183402a4629112d2003b4ec7111 1956 grub-installer_1.60ubuntu1.dsc
a32b51b3cbc1c3facafbb1f07b30987ab554cf177750aacc1807f9e3cd752c5e 192649 grub-installer_1.60ubuntu1.tar.gz
Files:
d9374e8c5af9861c2bc5d7ceb2805d0e 1956 debian-installer standard grub-installer_1.60ubuntu1.dsc
0f9385ae8df68c0e24865bf6f3ec4772 192649 debian-installer standard grub-installer_1.60ubuntu1.tar.gz
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer
iQIVAwUBTVPy8jk1h9l9hlALAQhCmQ//Tt0vYfq6HQ9bIlgl5wFI71ZAcJSd5F3S
WMvfCtH6STvGlynW0MXAYZyOo+6Xxx0yrDIk2GuWe9SHFpks57Rc5B5wuFofHZ4T
PMAN8gCJMc5M9b8ET4lcg42URFVcynTsRwDj/jqI4/3f6UgS1EAA2DxvOuyEzOze
jV65jzS0mpGChdDIFxaJBp9Wi+BU2pntr/BlOJMLQrSJTYOvlcn3hC/G1locF4Lg
s+yJrC2xSzRzHAnEHxfvi+aE1Rh8jTv8b2Hf9/tJ2BMox8zUEaYuxlw0i+QFECTz
aUt6TJpqSNXAgDDyX/V4Ijln3s7T/OXAHRiktsiARfAPta3tCgSi0X13F7AgeFVv
GoLK/A7eGudbk3aeE1nZFvkKnf2OLV+h4kc/9EuQvzR8654uYf1X/CVr+oWZFB1S
j2RamG47JfbNX0hc7AKG3X+emkHVc5JFY2lLRXkN4TPw3+7rdRU3Xlayoo7CAOwb
p15s8jjBYmT+bB0mEJ0CzUrxp8VOEoe37achFj2Y6mMoRZUA5UFzBFDxwAM0yOBn
Co/tZFCKkKebMCD/bN3FR2P+LWiTDyeidcBlJYA3U26OhqbDorRfg8dSHbIXVijI
xZGQPd3AMT8L9zUXeM4GiELJRYOrtAYOdoKrgV6OZ+3FhKve2khiQHFUwoccWzcV
zBLyRfHJlt0=
=JOyV
-----END PGP SIGNATURE-----
More information about the Natty-changes
mailing list