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
This commit is contained in:
Brian C. Lane 2014-07-02 09:46:02 -07:00
parent ee54cc6c31
commit fd4afe2530
1 changed files with 1 additions and 1 deletions

View File

@ -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: