[node-patches] Change in ovirt-node[master]: Fix "nomodeset" spelling mistakes in efi boot configuation

hadong0720 at gmail.com hadong0720 at gmail.com
Sat Aug 10 08:10:19 UTC 2013


hadong has uploaded a new change for review.

Change subject: Fix "nomodeset" spelling mistakes in efi boot configuation
......................................................................

Fix "nomodeset" spelling mistakes in efi boot configuation

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


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/90/17890/1

diff --git a/recipe/common-efi.ks b/recipe/common-efi.ks
index c7c02d6..e304bcc 100644
--- a/recipe/common-efi.ks
+++ b/recipe/common-efi.ks
@@ -19,7 +19,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 nomodesset
+  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 nomodeset
   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
@@ -65,7 +65,7 @@
         initrdefi /isolinux/initrd0.img
 }
 menuentry 'Reinstall (Basic Video) ${PRODUCT_SHORT}-$VERSION-$RELEASE' --class fedora --class gnu-linux --class gnu --class os {
-        linuxefi /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
+        linuxefi /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 nomodeset
         initrdefi /isolinux/initrd0.img
 }
 menuentry 'Reinstall with serial console ${PRODUCT_SHORT}-$VERSION-$RELEASE' --class fedora --class gnu-linux --class gnu --class os {


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I67048f556f083c8abb699cf2ee242d8176ba0dc0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hadong <hadong0720 at gmail.com>



More information about the node-patches mailing list