~ilya-yanok/ubuntu/oneiric/grub2/fix-for-948716

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu_qemu.patch

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-04-01 17:35:59 UTC
  • mfrom: (17.3.49 sid)
  • Revision ID: james.westby@ubuntu.com-20110401173559-774t7k0suhw04nzh
Tags: 1.99~rc1-8ubuntu1
* Resynchronise with Debian.  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 and an aubergine background 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 option.
  - Bypass menu unless other OSes are installed or Shift is pressed.
  - Allow Shift to interrupt 'sleep --interruptible'.
  - Reduce visual clutter in normal mode.
  - Remove verbose messages printed before reading configuration.
  - Suppress kernel/initrd progress messages, except in recovery mode.
  - Handle filesystems loop-mounted on file images.
  - Ignore devices loop-mounted from files in Linux grub.d scripts.
  - Show the boot menu if the previous boot failed.
  - Don't generate device.map during grub-install or grub-mkconfig.
  - Adjust upgrade version checks for Ubuntu.
  - Suppress "GRUB loading" message unless Shift is held down.
  - Adjust versions of grub-doc and grub-legacy-doc conflicts.
  - Fix LVM/RAID probing in the absence of /boot/grub/device.map.
  - Look for .mo files in /usr/share/locale-langpack first.
  - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
  - Add a grub-rescue-efi-amd64 package.
  - On Wubi, don't ask for an install device, but just update wubildr
    using the diverted grub-install.
  - Check hardware support before using gfxpayload=keep.
  - Build part_msdos and vfat into EFI boot images.
  - Put second and subsequent Linux menu entries in a submenu.
  - Preferred resolution detection for VBE.
  - Set vt.handoff=7 for smooth handoff to kernel graphical mode.
* Drop patch to use qemu rather than qemu-system-i386, now that qemu-kvm
  ships a symlink.
* Rewrite hwmatch.lua in C.  Drop lua grub-extras module.
* Update ubuntu_vbe_autodetect.patch, bringing GRUB_GFXMODE documentation
  up to date.
* Fix use of freed memory when replacing existing loopback device
  (LP: #742967).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Use qemu on Ubuntu rather than qemu-system-i386
2
 
 See https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/594888 for
3
 
 background.
4
 
Author: Colin Watson <cjwatson@ubuntu.com>
5
 
Forwarded: not-needed
6
 
Last-Update: 2010-06-16
7
 
 
8
 
Index: b/tests/util/grub-shell.in
9
 
===================================================================
10
 
--- a/tests/util/grub-shell.in
11
 
+++ b/tests/util/grub-shell.in
12
 
@@ -57,7 +57,7 @@
13
 
 }
14
 
 
15
 
 boot=hd
16
 
-qemu=qemu-system-i386
17
 
+qemu=qemu
18
 
 
19
 
 # Check the arguments.
20
 
 for option in "$@"; do