[node-patches] Change in ovirt-node[master]: Don't rename "Boot (Basic Video)" to install, remove it
rbarry at redhat.com
rbarry at redhat.com
Thu Jan 8 20:20:40 UTC 2015
Ryan Barry has uploaded a new change for review.
Change subject: Don't rename "Boot (Basic Video)" to install, remove it
......................................................................
Don't rename "Boot (Basic Video)" to install, remove it
It doesn't include nomodeset, and there's another line which does
the same. Just take it out of the list
Change-Id: I366560c304ca9bff98cfbd73956dd86f6a41659b
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1167768
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M recipe/common-nochroot.ks
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/14/36714/1
diff --git a/recipe/common-nochroot.ks b/recipe/common-nochroot.ks
index ffe99b2..b52dbb7 100644
--- a/recipe/common-nochroot.ks
+++ b/recipe/common-nochroot.ks
@@ -22,7 +22,7 @@
# 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 (Basic Video)/' $LIVE_ROOT/isolinux/isolinux.cfg
+sed -i '/^ menu label Boot (Basic Video)$/d' $LIVE_ROOT/isolinux/isolinux.cfg
# add serial console boot entry
menu=$(mktemp)
--
To view, visit http://gerrit.ovirt.org/36714
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I366560c304ca9bff98cfbd73956dd86f6a41659b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
More information about the node-patches
mailing list