img building fixup: show mksquashfs progress
This commit is contained in:
parent
72a3958a38
commit
1a9a83c393
@ -341,8 +341,7 @@ def create_runtime(inroot, outdir):
|
|||||||
imgutils.mkext4img(inroot, joinpaths(livedir, rootfs),
|
imgutils.mkext4img(inroot, joinpaths(livedir, rootfs),
|
||||||
label="Anaconda", size=fssize)
|
label="Anaconda", size=fssize)
|
||||||
# squash the live image
|
# squash the live image
|
||||||
imgutils.mksquashfs(livedir, joinpaths(outdir, runtime),
|
imgutils.mksquashfs(livedir, joinpaths(outdir, runtime))
|
||||||
compressargs=["-no-progress"])
|
|
||||||
remove(livedir)
|
remove(livedir)
|
||||||
# make the cmdline file
|
# make the cmdline file
|
||||||
os.makedirs(joinpaths(outdir, os.path.dirname(cmdline)))
|
os.makedirs(joinpaths(outdir, os.path.dirname(cmdline)))
|
||||||
|
Loading…
Reference in New Issue
Block a user