From fd4afe2530229117cba50ae79eef9dcc63c56488 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 2 Jul 2014 09:46:02 -0700 Subject: [PATCH] livemedia-creator: drop console=ttyS0 This no longer seems to be needed, and causes images created without passing --vnc vnc to start up with a serial console. If you need a serial console you can pass it using --kernel-args --- src/sbin/livemedia-creator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbin/livemedia-creator b/src/sbin/livemedia-creator index 416d3b32..902915d3 100755 --- a/src/sbin/livemedia-creator +++ b/src/sbin/livemedia-creator @@ -345,7 +345,7 @@ class VirtualInstall(object): extra_args = "ks=file:/{0}".format(os.path.basename(ks_paths[0])) if not vnc: - extra_args += " inst.cmdline console=ttyS0" + extra_args += " inst.cmdline" if kernel_args: extra_args += " "+kernel_args if iso.liveos: