Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub/files: grub-2.00-20_linux_xen.patch
Date: Sun, 31 Mar 2013 17:04:41
Message-Id: 20130331170436.C6DD72171D@flycatcher.gentoo.org
1 floppym 13/03/31 17:04:36
2
3 Added: grub-2.00-20_linux_xen.patch
4 Log:
5 Fix detection of genkernel initramfs on xen.
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.1 sys-boot/grub/files/grub-2.00-20_linux_xen.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub-2.00-20_linux_xen.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub-2.00-20_linux_xen.patch?rev=1.1&content-type=text/plain
14
15 Index: grub-2.00-20_linux_xen.patch
16 ===================================================================
17 Fix detection of genkernel initramfs for xen
18
19 https://bugs.gentoo.org/show_bug.cgi?id=463992
20
21 --- a/util/grub.d/20_linux_xen.in
22 +++ b/util/grub.d/20_linux_xen.in
23 @@ -174,6 +174,7 @@
24
25 title_correction_code=
26
27 +machine=`uname -m`
28 case "$machine" in
29 i?86) GENKERNEL_ARCH="x86" ;;
30 mips|mips64) GENKERNEL_ARCH="mips" ;;