grub2 1.99~20101124-1ubuntu1 source package in Ubuntu

Changelog

grub2 (1.99~20101124-1ubuntu1) natty; urgency=low

  [ Colin Watson ]
  * Resynchronise with Debian experimental.  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.
    - 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.
    - 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.
    - Don't generate /boot/grub/device.map during grub-install or
      grub-mkconfig by default.
    - Adjust upgrade version checks for Ubuntu.
    - 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.
    - Fix LVM/RAID probing in the absence of /boot/grub/device.map.
    - Look for .mo files in /usr/share/locale-langpack as well, in
      preference.
    - Make sure GRUB_TIMEOUT isn't quoted unnecessarily.
    - Probe all devices in 'grub-probe --target=drive' if
      /boot/grub/device.map is missing.
    - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
    - Use qemu rather than qemu-system-i386.
    - Program vesafb on BIOS systems rather than efifb.
    - Add a grub-rescue-efi-amd64 package containing a rescue CD-ROM image
      for EFI-AMD64.
    - On Wubi, don't ask for an install device, but just update wubildr
      using the diverted grub-install.
    - When embedding the core image in a post-MBR gap, check for and avoid
      sectors matching any of a list of known signatures.
    - Disable video_bochs and video_cirrus on PC BIOS systems, as probing
      PCI space seems to break on some systems.
  * Downgrade "ACPI shutdown failed" error to a debug message, since it can
    cause spurious test failures.

  [ Evan Broder ]
  * Enable lua from grub-extras.
  * Incorporate the bitop library into lua.
  * Add enum_pci function to grub module in lua.
  * Switch back to gfxpayload=keep by default, unless the video hardware
    is known to not support it.

  [ Mario Limonciello ]
  * Built part_msdos and vfat into bootx64.efi (LP: #677758)

grub2 (1.99~20101124-1) experimental; urgency=low

  * New Bazaar snapshot (command priorities, build fixes, grub-mkdevicemap
    segfault).
  * Don't try to build grub-efi-amd64 on kfreebsd-i386 or hurd-i386
    (requires gcc-4.4-multilib).

grub2 (1.99~20101123-1) experimental; urgency=low

  * New Bazaar snapshot (build fixes).
  * Build-depend on qemu-utils and parted on non-Hurd architectures.
  * qemu_img_exists.patch: Skip partmap test if qemu-img doesn't exist (as
    is the case on the Hurd).
  * Make grub-efi-ia32 and grub-efi-amd64 depend on efibootmgr so that
    grub-install works properly.
  * Upgrade the installed core image when upgrading grub-efi-ia32 or
    grub-efi-amd64, although only if /boot/efi/EFI/<id> (where <id> is an
    identifier based on GRUB_DISTRIBUTOR, e.g. 'debian') already exists.
  * Re-expand a couple of dpkg architecture wildcards to exclude certain
    special cases: gcc-4.4-multilib is not available on kfreebsd-i386 or
    hurd-i386, and qemu-system is not available on hurd-i386.

grub2 (1.99~20101122-1) experimental; urgency=low

  [ Colin Watson ]
  * New Bazaar snapshot.  Too many changes to list in full, but some of the
    more user-visible ones are as follows:
    - GRUB script:
      + Function parameters, "break", "continue", "shift", "setparams",
        "return", and "!".
      + "export" command supports multiple variable names.
      + Multi-line quoted strings support.
      + Wildcard expansion.
    - sendkey support.
    - USB hotunplugging and USB serial support.
    - Rename CD-ROM to cd on BIOS.
    - Add new --boot-directory option to grub-install, grub-reboot, and
      grub-set-default; the old --root-directory option is still accepted
      but was often confusing.
    - Basic btrfs detection/UUID support (but no file reading yet).
    - bash-completion for utilities.
    - If a device is listed in device.map, always assume that it is
      BIOS-visible rather than using extra layers such as LVM or RAID.
    - Add grub-mknetdir script (closes: #550658).
    - Remove deprecated "root" command.
    - Handle RAID devices containing virtio components.
    - GRUB Legacy configuration file support (via grub-menulst2cfg).
    - Keyboard layout support (via grub-mklayout and grub-kbdcomp).
    - Check generated grub.cfg for syntax errors before saving.
    - Pause execution for at most ten seconds if any errors are displayed,
      so that the user has a chance to see them.
    - Support submenus.
    - Write embedding zone using Reed-Solomon, so that it's robust against
      being partially overwritten (closes: #550702, #591416, #593347).
    - GRUB_DISABLE_LINUX_RECOVERY and GRUB_DISABLE_NETBSD_RECOVERY merged
      into a single GRUB_DISABLE_RECOVERY variable.
    - Fix loader memory allocation failure (closes: #551627).
    - Don't call savedefault on recovery entries (closes: #589325).
    - Support triple-indirect blocks on ext2 (closes: #543924).
    - Recognise DDF1 fake RAID (closes: #603354).

  [ Robert Millan ]
  * Use dpkg architecture wildcards.

  [ Updated translations ]
  * Slovenian (Vanja Cvelbar).  Closes: #604003
  * Dzongkha (dawa pemo via Tenzin Dendup).  Closes: #604102

grub2 (1.98+20100804-8) unstable; urgency=low

  [ Robert Millan ]
  * increase_disk_limit.patch: Increase SCSI/IDE disk limits to cope with
    Sun Fire X4500.
  * linux_mdraid_1x.patch: Support for Linux MD RAID v1.x.  (Closes: #593652)
  * yeeloong_boot_info.patch: On Yeeloong, pass machine type information
    to Linux.

  [ Updated translations ]
  * Portuguese fixed by Christian Perrier (variable names
    were translated)
 -- Colin Watson <email address hidden>   Wed, 24 Nov 2010 13:59:55 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Natty
Original maintainer:
Ubuntu Developers
Architectures:
any-i386 any-amd64 any-powerpc any-sparc any-mipsel i386 kopensolaris-i386 amd64 kfreebsd-amd64
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
grub2_1.99~20101124.orig.tar.gz 3.5 MiB 176beb32c97785ec82ee91f6eeefd556a8ee67131ded4779fc3cc4804f74d637
grub2_1.99~20101124-1ubuntu1.diff.gz 640.1 KiB 96bb917e3e8789eea139ed406cf95b07213014d134927c59c6d99295bae9dada
grub2_1.99~20101124-1ubuntu1.dsc 3.1 KiB 0802967ba4e12156d71e7f11ba8e576e5148ec92c4ea6881b07c44084c884c15

View changes file

Binary packages built by this source

grub-common: No summary available for grub-common in ubuntu natty.

No description available for grub-common in ubuntu natty.

grub-coreboot: No summary available for grub-coreboot in ubuntu natty.

No description available for grub-coreboot in ubuntu natty.

grub-efi: No summary available for grub-efi in ubuntu natty.

No description available for grub-efi in ubuntu natty.

grub-efi-amd64: No summary available for grub-efi-amd64 in ubuntu natty.

No description available for grub-efi-amd64 in ubuntu natty.

grub-efi-ia32: No summary available for grub-efi-ia32 in ubuntu natty.

No description available for grub-efi-ia32 in ubuntu natty.

grub-emu: No summary available for grub-emu in ubuntu natty.

No description available for grub-emu in ubuntu natty.

grub-firmware-qemu: No summary available for grub-firmware-qemu in ubuntu natty.

No description available for grub-firmware-qemu in ubuntu natty.

grub-ieee1275: No summary available for grub-ieee1275 in ubuntu natty.

No description available for grub-ieee1275 in ubuntu natty.

grub-linuxbios: No summary available for grub-linuxbios in ubuntu natty.

No description available for grub-linuxbios in ubuntu natty.

grub-pc: No summary available for grub-pc in ubuntu natty.

No description available for grub-pc in ubuntu natty.

grub-rescue-efi-amd64: No summary available for grub-rescue-efi-amd64 in ubuntu natty.

No description available for grub-rescue-efi-amd64 in ubuntu natty.

grub-rescue-pc: No summary available for grub-rescue-pc in ubuntu natty.

No description available for grub-rescue-pc in ubuntu natty.

grub2: No summary available for grub2 in ubuntu natty.

No description available for grub2 in ubuntu natty.