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 <[email protected]> --- 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 <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
