[node-patches] Change in ovirt-node[ovirt-3.5]: Don't rename "Boot (Basic Video)" to install, remove it

fabiand at redhat.com fabiand at redhat.com
Fri Jan 9 16:41:06 UTC 2015


Hello Ryan Barry,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/36741

to review the following change.

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/41/36741/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/36741
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I366560c304ca9bff98cfbd73956dd86f6a41659b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Ryan Barry <rbarry at redhat.com>



More information about the node-patches mailing list