2014-05-19 11:07:41 +00:00
|
|
|
From: Michael Chang <mchang@suse.com>
|
|
|
|
Subject: fix xen submenu name to show tboot version
|
|
|
|
|
|
|
|
References: bnc#865815
|
|
|
|
Patch-Mainline: no
|
|
|
|
|
2024-06-17 13:15:36 +00:00
|
|
|
Index: tboot-1.11.4/tboot/20_linux_xen_tboot
|
2014-05-19 11:07:41 +00:00
|
|
|
===================================================================
|
2024-06-17 13:15:36 +00:00
|
|
|
--- tboot-1.11.4.orig/tboot/20_linux_xen_tboot
|
|
|
|
+++ tboot-1.11.4/tboot/20_linux_xen_tboot
|
2023-02-06 10:59:21 +00:00
|
|
|
@@ -246,7 +246,7 @@ while [ "x${xen_list}" != "x" ] ; do
|
2014-05-19 11:07:41 +00:00
|
|
|
rel_tboot_dirname=`make_system_path_relative_to_its_root $tboot_dirname`
|
2024-06-17 13:15:36 +00:00
|
|
|
tboot_version="1.11.4"
|
2014-05-19 11:07:41 +00:00
|
|
|
list="${linux_list}"
|
|
|
|
- echo "submenu \"Xen ${xen_version}\" \"Tboot ${tboot_version}\"{"
|
|
|
|
+ echo "submenu \"Xen ${xen_version} with Tboot ${tboot_version}\"{"
|
|
|
|
while [ "x$list" != "x" ] ; do
|
|
|
|
linux=`version_find_latest $list`
|
|
|
|
echo "Found linux image: $linux" >&2
|