diff --git a/tboot-grub2-fix-menu-in-xen-host-server.patch b/tboot-grub2-fix-menu-in-xen-host-server.patch index 8f2b6c3..d0c384c 100644 --- a/tboot-grub2-fix-menu-in-xen-host-server.patch +++ b/tboot-grub2-fix-menu-in-xen-host-server.patch @@ -23,11 +23,11 @@ v3: References: bnc#865815 Porting to tboot in order to fix duplicated xen entries -Index: tboot-1.8.0/tboot/20_linux_tboot +Index: tboot-1.9.4/tboot/20_linux_tboot =================================================================== ---- tboot-1.8.0.orig/tboot/20_linux_tboot -+++ tboot-1.8.0/tboot/20_linux_tboot -@@ -166,6 +166,49 @@ while [ "x${tboot_list}" != "x" ] && [ " +--- tboot-1.9.4.orig/tboot/20_linux_tboot ++++ tboot-1.9.4/tboot/20_linux_tboot +@@ -225,6 +225,49 @@ while [ "x${tboot_list}" != "x" ] && [ " break fi done @@ -77,11 +77,11 @@ Index: tboot-1.8.0/tboot/20_linux_tboot if test -n "${initrd}" ; then echo "Found initrd image: ${dirname}/${initrd}" >&2 else -Index: tboot-1.8.0/tboot/20_linux_xen_tboot +Index: tboot-1.9.4/tboot/20_linux_xen_tboot =================================================================== ---- tboot-1.8.0.orig/tboot/20_linux_xen_tboot -+++ tboot-1.8.0/tboot/20_linux_xen_tboot -@@ -30,6 +30,12 @@ fi +--- tboot-1.9.4.orig/tboot/20_linux_xen_tboot ++++ tboot-1.9.4/tboot/20_linux_xen_tboot +@@ -52,6 +52,12 @@ fi export TEXTDOMAIN=grub export TEXTDOMAINDIR=${prefix}/share/locale @@ -94,7 +94,7 @@ Index: tboot-1.8.0/tboot/20_linux_xen_tboot CLASS="--class gnu-linux --class gnu --class os --class xen" if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then -@@ -147,9 +153,17 @@ linux_list=`for i in /boot/vmlinu[xz]-* +@@ -185,9 +191,17 @@ linux_list=`for i in /boot/vmlinu[xz]-* if [ "x${linux_list}" = "x" ] ; then exit 0 fi