[node-patches] Change in ovirt-node[master]: RHEV-H ONLY: correct boot menu options due to livecd-tools u...
fabiand at redhat.com
fabiand at redhat.com
Fri Jul 18 15:48:48 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: RHEV-H ONLY: correct boot menu options due to livecd-tools update
......................................................................
RHEV-H ONLY: correct boot menu options due to livecd-tools update
rhbz#868762
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=975291
Change-Id: I4dca4fea201743f429ee384b1bd251dbd6a398d8
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M recipe/common-nochroot.ks
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/22/30422/1
diff --git a/recipe/common-nochroot.ks b/recipe/common-nochroot.ks
index f9ee49b..077942c 100644
--- a/recipe/common-nochroot.ks
+++ b/recipe/common-nochroot.ks
@@ -17,8 +17,12 @@
# Remove Verify and Boot option
sed -i -e '/label check0/{N;N;N;d;}' $LIVE_ROOT/isolinux/isolinux.cfg
+# remove extra Boot menu option
+sed -i -e '0,/linux0/s/linux0/linux00/' $LIVE_ROOT/isolinux/isolinux.cfg
+sed -i -e '/label linux00/{N;N;N;d;}' $LIVE_ROOT/isolinux/isolinux.cfg
+
# Rename Boot option to Install or Upgrade
-sed -i 's/^ menu label Boot$/ menu label Install or Upgrade/' $LIVE_ROOT/isolinux/isolinux.cfg
+sed -i 's/^ menu label Boot (Basic Video)$/ menu label Install or Upgrade/' $LIVE_ROOT/isolinux/isolinux.cfg
# add serial console boot entry
menu=$(mktemp)
--
To view, visit http://gerrit.ovirt.org/30422
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4dca4fea201743f429ee384b1bd251dbd6a398d8
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Joey Boggs <jboggs at redhat.com>
More information about the node-patches
mailing list