lorax: Save information about rootfs filesystem size and usage
Run df on the filesystem image after it has been created. Output will be in program.log, eg: Running... df /var/tmp/lorax.imgutils.wm04pg_v Filesystem 1K-blocks Used Available Use% Mounted on /dev/loop0 1998672 1619508 362780 82% /var/tmp/lorax.imgutils.wm04pg_v Return code: 0
This commit is contained in:
parent
2aee00aea5
commit
2a86ed148e
@ -465,6 +465,9 @@ def mkfsimage(fstype, rootdir, outfile, size=None, mkfsargs=None, mountargs="",
|
||||
copytree(rootdir, mnt, preserve)
|
||||
do_grafts(graft, mnt, preserve)
|
||||
|
||||
# Save information about filesystem usage
|
||||
execWithRedirect("df", [mnt])
|
||||
|
||||
# Make absolutely sure that the data has been written
|
||||
runcmd(["sync"])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user