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:
parent
ee54cc6c31
commit
fd4afe2530
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user