[ubuntu/lucid] grub-installer 1.49ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Mon Jan 4 17:05:14 GMT 2010
grub-installer (1.49ubuntu1) lucid; 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).
- Ask grub-installer/only_debian at medium priority.
- Remove splash boot parameter unless debian-installer/framebuffer=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.
- Set a sensible default boot device when /cdrom is not iso9660, as this
is probably a USB install and (hd0) does not make sense when
installing from a removable disk.
- 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.
- Mount /target/sys when running update-grub.
- 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.
* GRUB 2 now supports installation on SATA RAID and multipath.
grub-installer (1.49) unstable; urgency=low
* Merge from Ubuntu:
- Preseed grub-pc/install_devices based on grub-installer/bootdev.
(Closes: 556738)
grub-installer (1.48) unstable; urgency=low
[ Felix Zielcke ]
* Fix the generated GNU/Hurd menuentry in case os-prober doestn't get
installed. Patch by Samuel Thibault <sthibault at debian.org>
(Closes: #552409)
[ Frans Pop ]
* Make <back up> work from legacy and maturity dialogs.
[ Colin Watson ]
* Check for $ROOT/etc/mtab in update_mtab, not /etc/mtab (LP: #484832).
* Use GRUB Legacy on multipath disks for now (works around #442382 et al).
[ Updated translations ]
* Galician (gl.po) by Marce Villarino
Date: Mon, 04 Jan 2010 15:58:21 +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/lucid/+source/grub-installer/1.49ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 04 Jan 2010 15:58:21 +0000
Source: grub-installer
Binary: grub-installer
Architecture: source
Version: 1.49ubuntu1
Distribution: lucid
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: 552409 556738
Changes:
grub-installer (1.49ubuntu1) lucid; 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).
- Ask grub-installer/only_debian at medium priority.
- Remove splash boot parameter unless debian-installer/framebuffer=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.
- Set a sensible default boot device when /cdrom is not iso9660, as this
is probably a USB install and (hd0) does not make sense when
installing from a removable disk.
- 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.
- Mount /target/sys when running update-grub.
- 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.
* GRUB 2 now supports installation on SATA RAID and multipath.
.
grub-installer (1.49) unstable; urgency=low
.
* Merge from Ubuntu:
- Preseed grub-pc/install_devices based on grub-installer/bootdev.
(Closes: 556738)
.
grub-installer (1.48) unstable; urgency=low
.
[ Felix Zielcke ]
* Fix the generated GNU/Hurd menuentry in case os-prober doestn't get
installed. Patch by Samuel Thibault <sthibault at debian.org>
(Closes: #552409)
.
[ Frans Pop ]
* Make <back up> work from legacy and maturity dialogs.
.
[ Colin Watson ]
* Check for $ROOT/etc/mtab in update_mtab, not /etc/mtab (LP: #484832).
* Use GRUB Legacy on multipath disks for now (works around #442382 et al).
.
[ Updated translations ]
* Galician (gl.po) by Marce Villarino
Checksums-Sha1:
c765f7f2782c70350d0c7c486cf3daf161875554 1943 grub-installer_1.49ubuntu1.dsc
0c471907e2544e670071179a6ef98c2fd8c35d11 173271 grub-installer_1.49ubuntu1.tar.gz
Checksums-Sha256:
da547ac914e93f8c93760ae2ebbf5479c4d0384dc1e40146e907bc80f818ad90 1943 grub-installer_1.49ubuntu1.dsc
23597883a37fe4581109685c6a26034cf68027a9d466972053982c218c7a9c58 173271 grub-installer_1.49ubuntu1.tar.gz
Files:
e9e9e4c464144ab64e41252052300518 1943 debian-installer standard grub-installer_1.49ubuntu1.dsc
81fff272ed720bac5e9ebd48f9512786 173271 debian-installer standard grub-installer_1.49ubuntu1.tar.gz
Launchpad-Bugs-Fixed: 484832
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer
iQIVAwUBS0Ie5Tk1h9l9hlALAQhy+RAArZFyyAo5G1fFXwfGW6QU/xlzEAv7hfyU
OtSqSKRazVnSri3/88HW5apm4QLGUyB6tEcuSg3n2pW0OtUgl/mxSPjRt4lJ7Ee8
Dj/If7a3YZI0mWf43LQK1QZ4JO5sodlvJvGimA6q2Z/7JfSwoqzcxgLGazDapZ6b
b7MC6ExSCGYioAn/fprjGpxa5VQvpg6tgZjjPVsAMl7goxFNg9exY2CnV/knTOmN
4tTDgIgOY/kwnb6Pf3fCkZsP65JgMUCkxjmSB74mxU0x7fW1nWP1waWu1BHSG2XM
RFPOKmz9cXMBb41tbLzwM9TN7Ysua8J/H2Y/V+itjpjLXG1SgbtUQv1khEjma6r+
yEp3m+ibvwru2FWau9nBDNiWf6DNwTC+ofQtRpe9oIXhcT//RrliZCRgn1KCHSfq
h3kWNW3AaqguWdRVi8NmE6dof5e3RWo+pSynlM1kVad/VaC060dMjn7z8GfWXWuH
OZMNJ3MPb0xjz74PZPwgLND3c3S1PhbbDud2nAX7jA8dOJfj3fat0U9UaCga627l
JXyuhmOpJngs0StJYI0usVXFMJjUZD7kMEIYL2Ue4hLxiWwwCbMHFRoLbEMkdQ65
EsFcUI1TBBg+MQbRvIoE0Ms5Twe15hZix9me8FOjnNdXkCVHLFgPUJw7PWVrsReq
cJoBL8cVOJ0=
=ZZNX
-----END PGP SIGNATURE-----
More information about the Lucid-changes
mailing list