~ubuntu-branches/ubuntu/saucy/grub-installer/saucy

Viewing all changes in revision 99.

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-09-19 10:17:29 UTC
  • mfrom: (0.2.32 sid)
  • Revision ID: package-import@ubuntu.com-20120919101729-fzq16udv0d0x3f0s
Tags: 1.78ubuntu1
* 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.
  - 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.
  - 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.
  - 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.
  - On i386/efi and amd64/efi subarchitectures, install grub-efi and purge
    grub, grub-legacy, and grub-pc; elsewhere, purge grub-efi*.
  - 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.
  - Remove grub-gfxpayload-lists in situations where we need to remove
    grub-pc.
  - Remove 'quiet' from target system command line if
    debian-installer/quiet is set to false.
  - When /boot is on a loopback device (i.e. Wubi), install GRUB there.
  - Simplify /proc and /sys mounting; make sure they're consistently
    mounted for the entire life of grub-installer, and consistently
    unmounted on exit.
  - Only process the output of os-prober into boot menu entries if we're
    actually going to use them; if we're using GRUB 2 and os-prober is
    installed, then it will deal with this itself and do a better job of
    it.
* Drop grub-installer/bootdev_directory preseeding.  Wubi no longer uses
  this, and we no longer care about grub4dos.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: