~ubuntu-branches/ubuntu/trusty/grub-installer/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-01-04 15:58:21 UTC
  • mfrom: (0.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100104155821-5xgw5rchc2pt3ea8
Tags: 1.49ubuntu1
* 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
grub-installer (1.49ubuntu1) lucid; urgency=low
 
2
 
 
3
  * Resynchronise with Debian. Remaining changes:
 
4
    - Show the grub menu and raise the menu timeout if other operating
 
5
      systems are installed (only for GRUB Legacy right now).
 
6
    - Ask grub-installer/only_debian at medium priority.
 
7
    - Remove splash boot parameter unless debian-installer/framebuffer=true.
 
8
    - If / or /boot are on a removable device, install GRUB there by
 
9
      default.
 
10
    - Only mount /target/proc if it isn't already mounted.
 
11
    - Support setting OVERRIDE_UNSUPPORTED_OS in the environment to force
 
12
      grub-installer to use its default MBR selection method despite there
 
13
      being unsupported operating systems on the disk.
 
14
    - Unless grub-installer/make_active is preseeded to false, mark the
 
15
      partition to which GRUB is being installed as bootable, or failing
 
16
      that the first available primary partition on the disk to which GRUB
 
17
      is being installed.
 
18
    - Support grub-installer/bootdev_directory preseeding to make use of the
 
19
      relative path feature of grub4dos, so that we can point grub4dos at
 
20
      part of a disk for Wubi. Setting this disables normal grub
 
21
      installation, but still generates a device.map (for GRUB Legacy only);
 
22
      it also hides the menu.
 
23
    - Handle cases where /boot is bind-mounted.
 
24
    - Add support for writing an GRUB Legacy MBR on each disk in an
 
25
      mdadm-managed RAID providing /boot. (GRUB 2 can handle this already.)
 
26
    - Properly make use of output from os-prober to configure the booting of
 
27
      other operating systems on dmraid arrays. Attempt to guess where in
 
28
      the device map the array belongs, by substituting the first drive in
 
29
      the dmraid array for the dmraid array device node itself, and removing
 
30
      any reference to other member disks of the array.
 
31
    - Set a sensible default boot device when /cdrom is not iso9660, as this
 
32
      is probably a USB install and (hd0) does not make sense when
 
33
      installing from a removable disk.
 
34
    - Go back to using update-grub -y for GRUB Legacy for now; our grub
 
35
      package is a bit old and still requires this.
 
36
    - Default to grub2 for GPT systems.
 
37
    - Allow grub/grub2 choice for ext4, though still default to grub2.
 
38
    - If /boot is on an MD device and we're using GRUB 2, install GRUB there
 
39
      rather than (hd0); GRUB 2 will interpret that as meaning that it needs
 
40
      to install to each of the RAID members.
 
41
    - Mount /target/sys when running update-grub.
 
42
    - If using GRUB 2 and installing to a RAID device any of whose
 
43
      components are partitions, then default to installing to the MBRs of
 
44
      each of the containing disks, since GRUB 2 will refuse to install to
 
45
      the partition devices.
 
46
  * GRUB 2 now supports installation on SATA RAID and multipath.
 
47
 
 
48
 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 04 Jan 2010 15:58:21 +0000
 
49
 
 
50
grub-installer (1.49) unstable; urgency=low
 
51
 
 
52
  * Merge from Ubuntu:
 
53
    - Preseed grub-pc/install_devices based on grub-installer/bootdev.
 
54
      (Closes: 556738)
 
55
 
 
56
 -- Felix Zielcke <fzielcke@z-51.de>  Mon, 23 Nov 2009 23:44:19 +0100
 
57
 
 
58
grub-installer (1.48) unstable; urgency=low
 
59
 
 
60
  [ Felix Zielcke ]
 
61
  * Fix the generated GNU/Hurd menuentry in case os-prober doestn't get
 
62
    installed. Patch by Samuel Thibault <sthibault@debian.org>
 
63
    (Closes: #552409)
 
64
 
 
65
  [ Frans Pop ]
 
66
  * Make <back up> work from legacy and maturity dialogs.
 
67
 
 
68
  [ Colin Watson ]
 
69
  * Check for $ROOT/etc/mtab in update_mtab, not /etc/mtab (LP: #484832).
 
70
  * Use GRUB Legacy on multipath disks for now (works around #442382 et al).
 
71
 
 
72
  [ Updated translations ]
 
73
  * Galician (gl.po) by Marce Villarino
 
74
 
 
75
 -- Colin Watson <cjwatson@debian.org>  Mon, 23 Nov 2009 21:12:00 +0000
 
76
 
1
77
grub-installer (1.47ubuntu1) lucid; urgency=low
2
78
 
3
79
  * Resynchronise with Debian. Remaining changes: