[node-patches] Change in ovirt-node[master]: remove extra nomodeset boot args from isolinux.cfg

jboggs at redhat.com jboggs at redhat.com
Mon Oct 28 13:46:35 UTC 2013


Hello hadong,

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

    http://gerrit.ovirt.org/20616

to review the following change.

Change subject: remove extra nomodeset boot args from isolinux.cfg
......................................................................

remove extra nomodeset boot args from isolinux.cfg

Change-Id: If1d62133efe1cac9fc39329278c8456a6264c13b
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=975285
Signed-off-by: hadong <hadong0720 at gmail.com>
---
M recipe/common-nochroot.ks
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/16/20616/1

diff --git a/recipe/common-nochroot.ks b/recipe/common-nochroot.ks
index 77ec58e..ff5f480 100644
--- a/recipe/common-nochroot.ks
+++ b/recipe/common-nochroot.ks
@@ -62,6 +62,8 @@
 echo "menu title ${PRODUCT_SHORT} $VERSION ($RELEASE)" >> $LIVE_ROOT/isolinux/isolinux.cfg
 cat $menu >> $LIVE_ROOT/isolinux/isolinux.cfg
 rm $menu
+# remove extra boot args add by updated livecd-tools
+sed -i -e 's/xdriver=vesa nomodeset//g' $LIVE_ROOT/isolinux/isolinux.cfg
 cp $INSTALL_ROOT/usr/share/ovirt-node/syslinux-vesa-splash.jpg $LIVE_ROOT/isolinux/splash.jpg
 
 # store image version info in the ISO and rootfs


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If1d62133efe1cac9fc39329278c8456a6264c13b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>
Gerrit-Reviewer: hadong <hadong0720 at gmail.com>



More information about the node-patches mailing list