livemedia-creator: don't pass console=ttyS0
passing console=ttyS0 makes the virt hang until there is input. Remove it and now it will run unattended in text mode.
This commit is contained in:
parent
68f7637cab
commit
5afa0c631d
@ -284,8 +284,6 @@ class VirtualInstall( object ):
|
||||
extra_args += " "+kernel_args
|
||||
if iso.liveos:
|
||||
extra_args += " stage2=live:CDLABEL={0}".format(udev_escape(iso.label))
|
||||
if not vnc:
|
||||
extra_args += " console=ttyS0"
|
||||
cmd.append("--extra-args")
|
||||
cmd.append(extra_args)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user