[Ovirt-devel] [PATCH node-image] Switched console tty0 and ttyS0 so that serial console works properly in F10

Perry Myers pmyers at redhat.com
Thu Nov 20 23:22:01 UTC 2008


Signed-off-by: Perry Myers <pmyers at redhat.com>
---
 common-install.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common-install.ks b/common-install.ks
index f535323..4d3610b 100644
--- a/common-install.ks
+++ b/common-install.ks
@@ -7,6 +7,6 @@ firewall --disabled
 part / --size 550 --fstype ext2
 services --enabled=ntpd,ntpdate,collectd,iptables,network
 # This requires a new fixed version of livecd-creator to honor the --append settings.
-bootloader --timeout=5 --append="console=ttyS0,115200n8 console=tty0"
+bootloader --timeout=5 --append="console=tty0 console=ttyS0,115200n8"
 rootpw --iscrypted Xa8QeYfWrtscM
 
-- 
1.6.0.3




More information about the ovirt-devel mailing list