[ubuntu/karmic] grub-installer 1.42ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Tue Sep 1 14:00:14 BST 2009


grub-installer (1.42ubuntu1) karmic; 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; 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.
  * Restrict code to generate device.map for loop installations to GRUB
    Legacy (LP: #421873).
  * Fix said code to run grub chrooted into /target.

grub-installer (1.42) unstable; urgency=low

  [ Felix Zielcke ]
  * Check that /etc/kernel-img.conf exists before running sed over it.

  [ Colin Watson ]
  * Don't create /etc/grub.d/30_otheros if os-prober is already installed
    for grub2 to use (LP: #419044).
  * Pass user parameters to grub2 (closes: #470894).
  * Add myself to Uploaders.

  [ Updated translations ]
  * Korean (ko.po) by Changwoo Ryu

grub-installer (1.41) unstable; urgency=low

  [ Colin Watson ]
  * Merge from Ubuntu:
    - Add support for Ubuntu's lpia architecture ("Low-Power Intel
      Architecture").
  * Upgrade to debhelper v7.

  [ Felix Zielcke ]
  * Add support for /dev/rs/c[0-9]d[0-9] style devices.

  [ Luca Favatella ]
  * Add support for /dev/ad[0-9] and /dev/da[0-9] style devices (for
    GNU/kFreeBSD).
  * Use grub-pc on GNU/kFreeBSD.

  [ Aurelien Jarno ]
  * Use grub-pc on UFS root filesystem, and don't display the not-mature
    debconf warning in that case.
  * Don't try to update /target/etc/mtab if it is already a symlink.

  [ Updated translations ]
  * Asturian (ast.po) by Marcos Antonio Alvarez Costales
  * Esperanto (eo.po) by Felipe Castro
  * Estonian (et.po) by Mattias Põldaru
  * Italian (it.po) by Milo Casagrande

Date: Tue, 01 Sep 2009 13:50:59 +0100
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/karmic/+source/grub-installer/1.42ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 01 Sep 2009 13:50:59 +0100
Source: grub-installer
Binary: grub-installer
Architecture: source
Version: 1.42ubuntu1
Distribution: karmic
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: 470894
Changes: 
 grub-installer (1.42ubuntu1) karmic; 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; 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.
   * Restrict code to generate device.map for loop installations to GRUB
     Legacy (LP: #421873).
   * Fix said code to run grub chrooted into /target.
 .
 grub-installer (1.42) unstable; urgency=low
 .
   [ Felix Zielcke ]
   * Check that /etc/kernel-img.conf exists before running sed over it.
 .
   [ Colin Watson ]
   * Don't create /etc/grub.d/30_otheros if os-prober is already installed
     for grub2 to use (LP: #419044).
   * Pass user parameters to grub2 (closes: #470894).
   * Add myself to Uploaders.
 .
   [ Updated translations ]
   * Korean (ko.po) by Changwoo Ryu
 .
 grub-installer (1.41) unstable; urgency=low
 .
   [ Colin Watson ]
   * Merge from Ubuntu:
     - Add support for Ubuntu's lpia architecture ("Low-Power Intel
       Architecture").
   * Upgrade to debhelper v7.
 .
   [ Felix Zielcke ]
   * Add support for /dev/rs/c[0-9]d[0-9] style devices.
 .
   [ Luca Favatella ]
   * Add support for /dev/ad[0-9] and /dev/da[0-9] style devices (for
     GNU/kFreeBSD).
   * Use grub-pc on GNU/kFreeBSD.
 .
   [ Aurelien Jarno ]
   * Use grub-pc on UFS root filesystem, and don't display the not-mature
     debconf warning in that case.
   * Don't try to update /target/etc/mtab if it is already a symlink.
 .
   [ Updated translations ]
   * Asturian (ast.po) by Marcos Antonio Alvarez Costales
   * Esperanto (eo.po) by Felipe Castro
   * Estonian (et.po) by Mattias Põldaru
   * Italian (it.po) by Milo Casagrande
Checksums-Sha1: 
 55416b5cd85f24f1e7bd398d864fe706c4942327 1976 grub-installer_1.42ubuntu1.dsc
 1d4da195b748739da2b847cb4d3bb1c95f459423 171138 grub-installer_1.42ubuntu1.tar.gz
Checksums-Sha256: 
 352196c1f1bfc422243c587690fd2fb471d8ec0f9158ab530b0477d7452f43e6 1976 grub-installer_1.42ubuntu1.dsc
 14b30aab6b78a22f804134922feacd10803d69c7294bf28a60ae90f33b43e56e 171138 grub-installer_1.42ubuntu1.tar.gz
Files: 
 dbfbb3c17eeaf6e0b30d98a9206e54cf 1976 debian-installer standard grub-installer_1.42ubuntu1.dsc
 2db3f15ef36f8344881c83e977716e8a 171138 debian-installer standard grub-installer_1.42ubuntu1.tar.gz
Launchpad-Bugs-Fixed: 419044 421873
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

iQIVAwUBSp0Y6Dk1h9l9hlALAQi4qBAArAh0eGkuODSA5GQgSIct5dlK/rZZaEW/
1xPKfQ882i2mGaGexw5j5sw9dtBN5i8a6MGmIb5s7Bmnjrw61qPWe0kI4czwsfZb
jrMcpyrmBMhK+JAuHskps2iReZ6xk3HOHS8Hs5C0wy1rET5Xd33Zrh9LwdMRL88C
JXEtGfSSm6x+B4Rlib4hOmKFDaM94U/FRhX1nxh1ArIkNRdfiESjW2JPll9hbeYr
0XL+YFE/xZQoAZjyb5Pa4+rjE/iaNH6iZ6PXuKRVxPMevq1c0ZmzDhOBU7wWQ2US
CaxSjn8KcR/SCYLDDDW4cH3GWnTcCuRW4tGlWVCHToahIUFiElnr7vfKIXPWfAp5
kTq2QynixnBenrB3niEH6jL+b9z/uwiqN1+vgcNuRMAuDgPc9/XRhm1phJOzWlcI
ALA4yxjELxHA83klXyLc3sKMATdbMTiRnAIDnwg1qcr43PjSPKsZFcwozXqSK9xa
3ifh3tQfsimVMLXZgJPySn5D48y9bM0/7chvv0Sw6bzrTsAc2ypbbxJ9yh+hBHl6
hgkBPrxsEDZ5SzGJlgBDOWPTyqWXgywSaYkPcqtnWSuSlo69Hx375ntBxyXAY8Tr
gTGt770Gs2o0fAozLIAi+LozOd01KsMSbFjtU6AVO1N0TE9Q70UHB9HquL7UIwkY
ofK1wAAU+BA=
=CZhO
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list