Change --make-pxe-live --no-virt to use a fsimage

Instead of a partitioned disk image. This will allow a single pass
of lmc to be used to create an ostree live PXE image.

Resolves: rhbz#1802591
This commit is contained in:
Brian C. Lane 2020-04-15 16:24:02 -07:00
parent b81a8516a0
commit 533a0cb309
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ def novirt_install(opts, disk_img, disk_size, repo_url, cancel_func=None):
if opts.armplatform:
args += ["--armplatform", opts.armplatform]
if opts.make_iso or opts.make_fsimage:
if opts.make_iso or opts.make_fsimage or opts.make_pxe_live:
# Make a blank fs image
args += ["--dirinstall"]