[node-patches] Change in ovirt-node[master]: Don't show "Boot (Basic Video)"

rbarry at redhat.com rbarry at redhat.com
Wed Jan 7 14:50:23 UTC 2015


Ryan Barry has uploaded a new change for review.

Change subject: Don't show "Boot (Basic Video)"
......................................................................

Don't show "Boot (Basic Video)"

Rename it to "Install (Basic Video)" instead, which better matches
what the installer does.

Change-Id: I60f7568788651a58dff3ba2861ce1ff50893b50f
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(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/45/36645/1

diff --git a/recipe/common-nochroot.ks b/recipe/common-nochroot.ks
index a519f7d..6ba0c4b 100644
--- a/recipe/common-nochroot.ks
+++ b/recipe/common-nochroot.ks
@@ -22,6 +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
 
 # add serial console boot entry
 menu=$(mktemp)


-- 
To view, visit http://gerrit.ovirt.org/36645
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I60f7568788651a58dff3ba2861ce1ff50893b50f
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