drop grub2-handle-initramfs-on-xen.patch fixed upstream
revno: 4319 committer: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com> branch nick: grub timestamp: Thu 2012-05-10 02:36:23 +0200 message: * util/grub.d/20_linux_xen.in: Update initrd list based on 10_linux.in counterpart.
This commit is contained in:
parent
670545d725
commit
7ef969cae5
@ -1,16 +0,0 @@
|
|||||||
From: Marko Ristola <marko.ristola@kolumbus.fi>
|
|
||||||
Date: 2011-08-07 07:43:01 EDT
|
|
||||||
Subject: [PATCH] Xen also uses initramfs not initrd filename
|
|
||||||
|
|
||||||
diff --git a/util/grub.d/20_linux_xen.in b/util/grub.d/20_linux_xen.in
|
|
||||||
--- a/util/grub.d/20_linux_xen.in 2011-05-17 17:10:29 +0000
|
|
||||||
+++ b/util/grub.d/20_linux_xen.in 2011-09-14 19:02:23 +0000
|
|
||||||
@@ -154,6 +154,7 @@
|
|
||||||
for i in "initrd.img-${version}" "initrd-${version}.img" \
|
|
||||||
"initrd-${version}" "initrd.img-${alt_version}" \
|
|
||||||
"initrd-${alt_version}.img" "initrd-${alt_version}" \
|
|
||||||
+ "initramfs-${version}.img" "initramfs-${alt_version}" \
|
|
||||||
"initramfs-genkernel-${version}" \
|
|
||||||
"initramfs-genkernel-${alt_version}" ; do
|
|
||||||
if test -e "${dirname}/${i}" ; then
|
|
||||||
|
|
@ -51,7 +51,6 @@ Source3: README.Fedora
|
|||||||
Source4: http://unifoundry.com/unifont-5.1.20080820.pcf.gz
|
Source4: http://unifoundry.com/unifont-5.1.20080820.pcf.gz
|
||||||
Source5: theme.tar.bz2
|
Source5: theme.tar.bz2
|
||||||
Patch2: grub-1.99-just-say-linux.patch
|
Patch2: grub-1.99-just-say-linux.patch
|
||||||
Patch3: grub2-handle-initramfs-on-xen.patch
|
|
||||||
Patch4: grub-1.99-Fix-tests-of-zeroed-partition.patch
|
Patch4: grub-1.99-Fix-tests-of-zeroed-partition.patch
|
||||||
Patch5: grub-1.99-ppc-terminfo.patch
|
Patch5: grub-1.99-ppc-terminfo.patch
|
||||||
Patch7: grub-2.00~beta4-add-support-for-PowerMac-HFS-partitions.patch
|
Patch7: grub-2.00~beta4-add-support-for-PowerMac-HFS-partitions.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user