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

Related: rhbz#1955674
This commit is contained in:
Brian C. Lane 2021-05-04 15:17:55 -07:00
parent 17cb4f879f
commit 65cb81e7de
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,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