[node-patches] Change in ovirt-node[master]: add nomodeset options to efi boot
jboggs at redhat.com
jboggs at redhat.com
Fri Apr 12 19:53:43 UTC 2013
Joey Boggs has uploaded a new change for review.
Change subject: add nomodeset options to efi boot
......................................................................
add nomodeset options to efi boot
rhbz#950494
Change-Id: I5a0f5b7f113f45999b159a66f4c4bf8935fda996
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
M recipe/common-nochroot.ks
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/69/13869/1
diff --git a/recipe/common-nochroot.ks b/recipe/common-nochroot.ks
index 9d0ca54..493ba44 100644
--- a/recipe/common-nochroot.ks
+++ b/recipe/common-nochroot.ks
@@ -99,7 +99,7 @@
kernel /isolinux/vmlinuz0 root=live:CDLABEL=$NAME rootfstype=auto ro liveimg check rootflags=ro crashkernel=128M elevator=deadline install rhgb quiet rd_NO_LVM rd.luks=0 rd.md=0 rd.dm=0
initrd /isolinux/initrd0.img
title Install or Upgrade (Basic Video) ${PRODUCT_SHORT}-$VERSION-$RELEASE
- kernel /isolinux/vmlinuz0 root=live:CDLABEL=$NAME rootfstype=auto ro liveimg check rootflags=ro crashkernel=128M elevator=deadline install rhgb quiet rd_NO_LVM rd.luks=0 rd.md=0 rd.dm=0
+ kernel /isolinux/vmlinuz0 root=live:CDLABEL=$NAME rootfstype=auto ro liveimg check rootflags=ro crashkernel=128M elevator=deadline install rhgb quiet rd_NO_LVM rd.luks=0 rd.md=0 rd.dm=0 nomodeset
initrd /isolinux/initrd0.img
title Install or Upgrade with serial console ${PRODUCT_SHORT}-$VERSION-$RELEASE
kernel /isolinux/vmlinuz0 root=live:CDLABEL=$NAME rootfstype=auto ro liveimg check rootflags=ro crashkernel=128M elevator=deadline install rhgb quiet rd_NO_LVM rd.luks=0 rd.md=0 rd.dm=0 console=ttyS0,115200n8
@@ -108,7 +108,7 @@
kernel /isolinux/vmlinuz0 root=live:CDLABEL=$NAME rootfstype=auto ro liveimg check rootflags=ro crashkernel=128M elevator=deadline install rhgb quiet rd_NO_LVM rd.luks=0 rd.md=0 rd.dm=0 reinstall
initrd /isolinux/initrd0.img
title Reinstall (Basic Video) ${PRODUCT_SHORT}-$VERSION-$RELEASE
- kernel /isolinux/vmlinuz0 root=live:CDLABEL=$NAME rootfstype=auto ro liveimg check rootflags=ro crashkernel=128M elevator=deadline install rhgb quiet rd_NO_LVM rd.luks=0 rd.md=0 rd.dm=0 reinstall
+ kernel /isolinux/vmlinuz0 root=live:CDLABEL=$NAME rootfstype=auto ro liveimg check rootflags=ro crashkernel=128M elevator=deadline install rhgb quiet rd_NO_LVM rd.luks=0 rd.md=0 rd.dm=0 reinstall nomodesset
initrd /isolinux/initrd0.img
title Reinstall with serial console ${PRODUCT_SHORT}-$VERSION-$RELEASE
kernel /isolinux/vmlinuz0 root=live:CDLABEL=$NAME rootfstype=auto ro liveimg check rootflags=ro crashkernel=128M elevator=deadline install rhgb quiet rd_NO_LVM rd.luks=0 rd.md=0 rd.dm=0 reinstall console=ttyS0,115200n8
--
To view, visit http://gerrit.ovirt.org/13869
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5a0f5b7f113f45999b159a66f4c4bf8935fda996
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>
More information about the node-patches
mailing list