livemedia-creator: Use inst.ks on cmdline for virt

This commit is contained in:
Brian C. Lane 2021-05-04 15:17:55 -07:00
parent cc7430fbbd
commit 79a1fd9c46
1 changed files with 1 additions and 1 deletions

View File

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