livemedia-creator: Use inst.ks on cmdline for virt
This commit is contained in:
parent
cc7430fbbd
commit
79a1fd9c46
@ -208,7 +208,7 @@ class QEMUInstall(object):
|
|||||||
|
|
||||||
# Setup the cmdline args
|
# Setup the cmdline args
|
||||||
# ======================
|
# ======================
|
||||||
cmdline_args = "ks=file:/%s" % os.path.basename(ks_paths[0])
|
cmdline_args = "inst.ks=file:/%s" % os.path.basename(ks_paths[0])
|
||||||
cmdline_args += " inst.stage2=hd:LABEL=%s" % udev_escape(iso.label)
|
cmdline_args += " inst.stage2=hd:LABEL=%s" % udev_escape(iso.label)
|
||||||
if opts.proxy:
|
if opts.proxy:
|
||||||
cmdline_args += " inst.proxy=%s" % opts.proxy
|
cmdline_args += " inst.proxy=%s" % opts.proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user