livemedia-creator: use stage2 instead of root
This commit is contained in:
parent
91ff02eae3
commit
97cfc71664
@ -283,7 +283,7 @@ class VirtualInstall( object ):
|
||||
if kernel_args:
|
||||
extra_args += " "+kernel_args
|
||||
if iso.liveos:
|
||||
extra_args += " root=live:CDLABEL={0}".format(udev_escape(iso.label))
|
||||
extra_args += " stage2=live:CDLABEL={0}".format(udev_escape(iso.label))
|
||||
if not vnc:
|
||||
extra_args += " console=ttyS0"
|
||||
cmd.append("--extra-args")
|
||||
|
Loading…
Reference in New Issue
Block a user