livemedia-creator: console=ttyS0 not /dev/ttyS0
This commit is contained in:
parent
69c14b8f84
commit
3a5fb1415c
@ -332,10 +332,10 @@ class VirtualInstall( object ):
|
|||||||
extra_args = "ks=file:/{0}".format(os.path.basename(ks_paths[0]))
|
extra_args = "ks=file:/{0}".format(os.path.basename(ks_paths[0]))
|
||||||
if kernel_args:
|
if kernel_args:
|
||||||
extra_args += " "+kernel_args
|
extra_args += " "+kernel_args
|
||||||
if not vnc:
|
|
||||||
extra_args += " console=/dev/ttyS0"
|
|
||||||
if iso.liveos:
|
if iso.liveos:
|
||||||
extra_args += " root=live:CDLABEL={0}".format(udev_escape(iso.label))
|
extra_args += " root=live:CDLABEL={0}".format(udev_escape(iso.label))
|
||||||
|
if not vnc:
|
||||||
|
extra_args += " console=ttyS0"
|
||||||
cmd.append("--extra-args")
|
cmd.append("--extra-args")
|
||||||
cmd.append(extra_args)
|
cmd.append(extra_args)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user