From 65cb81e7de6766c99ddc6750d4e5e7d8b57ab468 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 4 May 2021 15:17:55 -0700 Subject: [PATCH] livemedia-creator: Use inst.ks on cmdline for virt Related: rhbz#1955674 --- src/pylorax/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylorax/installer.py b/src/pylorax/installer.py index e0a7589b..daff1c4a 100644 --- a/src/pylorax/installer.py +++ b/src/pylorax/installer.py @@ -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