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
|
|
|
|
|
2021-06-19 13:18:18 +00:00
|
|
|
Index: tboot-1.10.2/tboot/20_linux_xen_tboot
|
2014-05-19 11:07:41 +00:00
|
|
|
===================================================================
|
2021-06-19 13:18:18 +00:00
|
|
|
--- tboot-1.10.2.orig/tboot/20_linux_xen_tboot
|
|
|
|
+++ tboot-1.10.2/tboot/20_linux_xen_tboot
|
2016-05-19 10:40:21 +00:00
|
|
|
@@ -232,7 +232,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`
|
2021-06-19 13:18:18 +00:00
|
|
|
tboot_version="1.10.2"
|
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
|