lp:~smoser/ubuntu/lucid/grub2/lucid-kernel-upgrades

Created by Scott Moser and last modified
Get this branch:
bzr branch lp:~smoser/ubuntu/lucid/grub2/lucid-kernel-upgrades
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Scott Moser
Status:
Development

Recent revisions

71. By Scott Moser

releasing version 1.98-1ubuntu9~ppa0

70. By Scott Moser

in update-grub, explicitly ignore kernels ending in -ec2 (LP: #671097)

69. By Colin Watson

On Wubi, don't ask for an install device, but just update wubildr using
the diverted grub-install (LP: #581760).

68. By Colin Watson

* Update harmfully incorrect German translation of menu legend, which
  omitted mention of pressing Ctrl-x to boot (LP: #580178).
* Rearrange postinst install_devices logic so that preparatory code is run
  only once and the while loop only encloses actual asking of questions,
  and so that the question being asked is always marked for redisplay when
  going round the while loop again (LP: #580408).
* Only offer partitions containing /, /boot, or /boot/grub for
  grub-install; installing to other partitions may have harmful effects
  such as making Windows unbootable, and installing GRUB to every single
  partition is likely to result in confusion anyway (LP: #576724).

67. By Colin Watson

When migrating from the old grub-pc/install_devices scheme, check if the
old value indicated installation to a single partition on a single disk.
In that case, if there is only one disk present and it has a matching
partition number, then we can install to that partition without asking
(LP: #508173).

66. By Colin Watson

Enclose all translated strings in grub.cfg in single quotes, and escape
them appropriately (LP: #552921).

65. By Colin Watson

* Only use the first word of GRUB_DISTRIBUTOR for --class, to avoid
  problems if somebody puts spaces in GRUB_DISTRIBUTOR (LP: #557606).
* Probe all devices in 'grub-probe --target=drive' if
  /boot/grub/device.map is missing (LP: #549980).
* Adjust hostdisk id for hard disks, allowing grub-setup to use its
  standard workaround for broken BIOSes (thanks to TJ for detailed
  investigation; LP: #555500).

64. By Colin Watson

Make sure GRUB_TIMEOUT isn't quoted unnecessarily (LP: #544890).

63. By Colin Watson

* Fix LVM/RAID probing in the absence of /boot/grub/device.map
  (LP: #525085, #527401).
* Backport my upstream patch to copy .mo files from /usr/share/locale to
  match where 'make install' puts them (LP: #537998).
* Look for .mo files in /usr/share/locale-langpack as well, in preference
  (LP: #537998).
* Don't generate /boot/grub/device.map during grub-mkconfig (we already
  suppressed it during grub-install, but then grub-mkconfig generated it
  shortly afterwards, producing confusing results).
* Don't run /etc/grub.d/README, even if it somehow ended up being
  executable (LP: #537123).

62. By Colin Watson

* Resynchronise with Debian (bug-fixes relative to previous snapshot
  release). Remaining changes:
  - Adjust for default Ubuntu boot options ("quiet splash").
  - Default to hiding the menu; holding down Shift at boot will show it.
  - Set a monochromatic theme for Ubuntu.
  - Apply Ubuntu GRUB Legacy changes to legacy update-grub script: title,
    recovery mode, quiet option, tweak how memtest86+ is displayed, and
    use UUIDs where appropriate.
  - Conflict with grub (<< 0.97-54) as well as grub-legacy.
  - Fix backslash-escaping in merge_debconf_into_conf.
  - Remove "GNU/Linux" from default distributor string.
  - Add crashkernel= options if kdump and makedumpfile are available.
  - If other operating systems are installed, then automatically unhide
    the menu. Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus
    if available to check whether Shift is pressed. If it is, show the
    menu, otherwise boot immediately. If keystatus is not available, then
    fall back to a short delay interruptible with Escape.
  - Allow Shift to interrupt 'sleep --interruptible'.
  - Don't display introductory message about line editing unless we're
    actually offering a shell prompt. Don't clear the screen just before
    booting if we never drew the menu in the first place.
  - Remove some verbose messages printed before reading the configuration
    file.
  - Suppress progress messages as the kernel and initrd load for
    non-recovery kernel menu entries.
  - Keep the loopback file open so that subsequent changes to the "root"
    environment variable don't affect it.
  - Change prepare_grub_to_access_device to handle filesystems
    loop-mounted on file images.
  - Ignore devices loop-mounted from files in 10_linux.
  - Show the boot menu if the previous boot failed, that is if it failed
    to get to the end of one of the normal runlevels.
  - Handle RAID devices containing virtio components.
  - Improve DM-RAID probing support.
  - Don't generate /boot/grub/device.map during grub-install by default.
  - Store grub-pc/install_devices as persistent device names under
    /dev/disk/by-id/.
  - Change priority to optional to match the priority of grub.
  - Shave eight bytes off the pre-partition-table part of boot.img.
  - Don't display "GRUB loading" unless Shift is held down.
  - Adjust versions of grub-doc and grub-legacy-doc conflicts to tolerate
    our backport of the grub-doc split.
  - Optimise hostdisk device handling, substantially speeding up
    grub-probe filesystem reads.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/natty/grub2
This branch contains Public information 
Everyone can see this information.

Subscribers