livemedia-creator: Use inst.ks on cmdline for virt
(cherry picked from commit 79a1fd9c46
)
This commit is contained in:
parent
30088e0f55
commit
725f154d92
@ -208,7 +208,7 @@ class QEMUInstall(object):
|
||||
|
||||
# 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)
|
||||
if opts.proxy:
|
||||
cmdline_args += " inst.proxy=%s" % opts.proxy
|
||||
|
Loading…
Reference in New Issue
Block a user