[ubuntu/jaunty] grub-installer 1.35ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Mon Nov 10 00:50:13 GMT 2008
grub-installer (1.35ubuntu1) jaunty; urgency=low
* Resynchronise with Debian. Remaining changes:
- Show the grub menu and raise the menu timeout if other operating
systems are installed.
- 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 installation-from-windows. Setting this disables
normal grub installation, but still generates a device.map.
- Only support grub-installer/grub2_instead_of_grub_legacy by preseeding
for now.
- Handle cases where /boot is bind-mounted.
- Add another guard against calling 'udevadm info' with an empty device
name.
- Add support for writing an MBR on each disk in an mdadm-managed RAID
providing /boot.
- 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.
- Add support for lpia.
- Handle /boot being on a virtio device.
- 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.
grub-installer (1.35) unstable; urgency=low
* Add support for MMC/SD card devices (mmcblkX).
grub-installer (1.34) unstable; urgency=low
[ Frans Pop ]
* Fix up the grub root (groot) in menu.lst for dmraid if it is incorrect.
[ Updated translations ]
* Belarusian (be.po) by Pavel Piatruk
* Bengali (bn.po) by Mahay Alam Khan (মাহে আলম খান)
* Bosnian (bs.po) by Armin Besirovic
* Catalan (ca.po) by Jordi Mallach
* Welsh (cy.po) by Jonathan Price
* Danish (da.po)
* Greek, Modern (1453-) (el.po)
* Esperanto (eo.po) by Felipe Castro
* Spanish (es.po) by Javier Fernández-Sanguino Peña
* Basque (eu.po) by Iñaki Larrañaga Murgoitio
* French (fr.po) by Christian Perrier
* Hebrew (he.po) by Omer Zak
* Hindi (hi.po) by Kumar Appaiah
* Croatian (hr.po) by Josip Rodin
* Italian (it.po) by Milo Casagrande
* Georgian (ka.po) by Aiet Kolkhi
* Central Khmer (km.po) by KHOEM Sokhem
* Korean (ko.po) by Changwoo Ryu
* Kurdish (ku.po) by Amed Çeko Jiyan
* Latvian (lv.po) by Aigars Mahinovs
* Macedonian (mk.po) by Arangel Angov
* Marathi (mr.po) by Sampada
* Nepali (ne.po) by Shiva Prasad Pokharel
* Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
* Romanian (ro.po) by Eddy Petrișor
* Slovenian (sl.po) by Vanja Cvelbar
* Serbian (sr.po) by Veselin Mijušković
* Swedish (sv.po) by Daniel Nylander
* Tagalog (tl.po) by Eric Pareja
* Turkish (tr.po) by Mert Dirik
* Ukrainian (uk.po) by Євгеній Мещеряков
* Wolof (wo.po) by Mouhamadou Mamoune Mbacke
* Simplified Chinese (zh_CN.po) by Deng Xiyue
* Traditional Chinese (zh_TW.po) by Tetralet
Date: Mon, 10 Nov 2008 00:39:33 +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/jaunty/+source/grub-installer/1.35ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 10 Nov 2008 00:39:33 +0000
Source: grub-installer
Binary: grub-installer
Architecture: source
Version: 1.35ubuntu1
Distribution: jaunty
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)
Changes:
grub-installer (1.35ubuntu1) jaunty; urgency=low
.
* Resynchronise with Debian. Remaining changes:
- Show the grub menu and raise the menu timeout if other operating
systems are installed.
- 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 installation-from-windows. Setting this disables
normal grub installation, but still generates a device.map.
- Only support grub-installer/grub2_instead_of_grub_legacy by preseeding
for now.
- Handle cases where /boot is bind-mounted.
- Add another guard against calling 'udevadm info' with an empty device
name.
- Add support for writing an MBR on each disk in an mdadm-managed RAID
providing /boot.
- 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.
- Add support for lpia.
- Handle /boot being on a virtio device.
- 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.
.
grub-installer (1.35) unstable; urgency=low
.
* Add support for MMC/SD card devices (mmcblkX).
.
grub-installer (1.34) unstable; urgency=low
.
[ Frans Pop ]
* Fix up the grub root (groot) in menu.lst for dmraid if it is incorrect.
.
[ Updated translations ]
* Belarusian (be.po) by Pavel Piatruk
* Bengali (bn.po) by Mahay Alam Khan (মাহে আলম খান)
* Bosnian (bs.po) by Armin Besirovic
* Catalan (ca.po) by Jordi Mallach
* Welsh (cy.po) by Jonathan Price
* Danish (da.po)
* Greek, Modern (1453-) (el.po)
* Esperanto (eo.po) by Felipe Castro
* Spanish (es.po) by Javier Fernández-Sanguino Peña
* Basque (eu.po) by Iñaki Larrañaga Murgoitio
* French (fr.po) by Christian Perrier
* Hebrew (he.po) by Omer Zak
* Hindi (hi.po) by Kumar Appaiah
* Croatian (hr.po) by Josip Rodin
* Italian (it.po) by Milo Casagrande
* Georgian (ka.po) by Aiet Kolkhi
* Central Khmer (km.po) by KHOEM Sokhem
* Korean (ko.po) by Changwoo Ryu
* Kurdish (ku.po) by Amed Çeko Jiyan
* Latvian (lv.po) by Aigars Mahinovs
* Macedonian (mk.po) by Arangel Angov
* Marathi (mr.po) by Sampada
* Nepali (ne.po) by Shiva Prasad Pokharel
* Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
* Romanian (ro.po) by Eddy Petrișor
* Slovenian (sl.po) by Vanja Cvelbar
* Serbian (sr.po) by Veselin Mijušković
* Swedish (sv.po) by Daniel Nylander
* Tagalog (tl.po) by Eric Pareja
* Turkish (tr.po) by Mert Dirik
* Ukrainian (uk.po) by Євгеній Мещеряков
* Wolof (wo.po) by Mouhamadou Mamoune Mbacke
* Simplified Chinese (zh_CN.po) by Deng Xiyue
* Traditional Chinese (zh_TW.po) by Tetralet
Checksums-Sha1:
fadbddfd1d072b68855f82abb361cb8f0e4db7cf 1267 grub-installer_1.35ubuntu1.dsc
374294eca2e1de901a32b9bc755bb0785e398a20 167160 grub-installer_1.35ubuntu1.tar.gz
Checksums-Sha256:
1a1d3c9dc40d4f3c15bc4c165f2c06eaa7c3d8aa35bc5ee94dbefae703e6a87d 1267 grub-installer_1.35ubuntu1.dsc
1dda451fb5f6e480971dce65a190a9c6d3feac831e9d1438c2e37c34085e4eae 167160 grub-installer_1.35ubuntu1.tar.gz
Files:
4f1765186448976a2655c4f17431971a 1267 debian-installer standard grub-installer_1.35ubuntu1.dsc
7824fcbac7913c7b69850079a3cd2939 167160 debian-installer standard grub-installer_1.35ubuntu1.tar.gz
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
iD8DBQFJF4P89t0zAhD6TNERArKdAJ99/4zqkAAjcrGvOw19F6WeQoytrwCdFuTA
8TLCaYQIzk+eXyJkqIq/DAU=
=wQJU
-----END PGP SIGNATURE-----
More information about the Jaunty-changes
mailing list