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:
Brian C. Lane 2013-01-09 16:31:49 -08:00
parent 68f7637cab
commit 5afa0c631d
1 changed files with 0 additions and 2 deletions

View File

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