~ubuntu-branches/ubuntu/utopic/grub2/utopic

« back to all changes in this revision

Viewing changes to debian/patches/install_efi_ubuntu_flavours.patch

  • Committer: Package Import Robot
  • Author(s): Colin Watson, Colin Watson, Jon Severinsson
  • Date: 2014-03-31 16:30:37 UTC
  • mfrom: (17.3.93 sid)
  • Revision ID: package-import@ubuntu.com-20140331163037-b7h7nc1lf6st1z87
Tags: 2.02~beta2-8
[ Colin Watson ]
* Backport from upstream:
  - ieee1275: check for IBM pseries emulated machine.
  - Fix partmap, cryptodisk, and abstraction handling in grub-mkconfig
    (closes: #735935).
  - btrfs: fix get_root key comparison failures due to endianness.
* Build-depend on automake (>= 1.10.1) to ensure that it meets configure's
  requirements (LP: #1299041).
* When installing an image for use with UEFI Secure Boot, generate a
  load.cfg even if there are no device abstractions in use (LP: #1298399).

[ Jon Severinsson ]
* Add Tanglu support, as in Debian except:
  - Enable splash screen by default (as Ubuntu)
  - Enable quiet and quick boot (as Ubuntu)
  - Enable the grub-common init script (as Ubuntu)
  - Enable dynamic gfxpayload (as Ubuntu)
  - Enable vt handover (as Ubuntu)
  - Use monochromatic theme by default (as Ubuntu)
  - Use Tanglu GRUB wallpaper by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From ae3b5c77274f56420113c5fb1c520c0eccdc021b Mon Sep 17 00:00:00 2001
 
1
From b02dbb917015a01bfdd039a66ae878d72d8059a8 Mon Sep 17 00:00:00 2001
2
2
From: Colin Watson <cjwatson@ubuntu.com>
3
3
Date: Mon, 13 Jan 2014 12:13:27 +0000
4
4
Subject: Cope with Kubuntu setting GRUB_DISTRIBUTOR
17
17
 1 file changed, 2 insertions(+)
18
18
 
19
19
diff --git a/util/grub-install.c b/util/grub-install.c
20
 
index 0495d9d..4371482 100644
 
20
index 0d77a2a..1f27b65 100644
21
21
--- a/util/grub-install.c
22
22
+++ b/util/grub-install.c
23
23
@@ -1089,6 +1089,8 @@ main (int argc, char *argv[])