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:
parent
b81a8516a0
commit
533a0cb309
@ -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"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user