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,
|
||||
os.path.join(build_dir, "tmp"),
|
||||
squashfs_output_file,
|
||||
"-comp", "xz",
|
||||
#"-Xbcj", "x86",
|
||||
#"-processors", "4"
|
||||
"-comp", "zstd",
|
||||
"-e19",
|
||||
]
|
||||
logger.info(f"=> Executing mksquashfs command: {' '.join(mksquashfs_command)}")
|
||||
result = run_command(mksquashfs_command)
|
||||
|
Loading…
Reference in New Issue
Block a user