new commit
This commit is contained in:
parent
c7865546cc
commit
75295eced6
@ -102,9 +102,8 @@ def create_squashfs_image(rootfs_dir, squashfs_output_file, pep_host_dir, logger
|
|||||||
mksquashfs_path,
|
mksquashfs_path,
|
||||||
os.path.join(build_dir, "tmp"),
|
os.path.join(build_dir, "tmp"),
|
||||||
squashfs_output_file,
|
squashfs_output_file,
|
||||||
"-comp", "xz",
|
"-comp", "zstd",
|
||||||
#"-Xbcj", "x86",
|
"-e19",
|
||||||
#"-processors", "4"
|
|
||||||
]
|
]
|
||||||
logger.info(f"=> Executing mksquashfs command: {' '.join(mksquashfs_command)}")
|
logger.info(f"=> Executing mksquashfs command: {' '.join(mksquashfs_command)}")
|
||||||
result = run_command(mksquashfs_command)
|
result = run_command(mksquashfs_command)
|
||||||
|
Loading…
Reference in New Issue
Block a user