new commit

This commit is contained in:
Manuel 2025-04-26 16:32:42 +00:00
parent e65b5576b9
commit 735bf4ed24

View File

@ -102,7 +102,6 @@ def create_squashfs_image(rootfs_dir, squashfs_output_file, pep_host_dir, logger
os.path.join(build_dir, "tmp"), os.path.join(build_dir, "tmp"),
squashfs_output_file, squashfs_output_file,
"-comp", "zstd", "-comp", "zstd",
"-e19",
] ]
logger.info(f"=> Executing mksquashfs command: {' '.join(mksquashfs_command)}") logger.info(f"=> Executing mksquashfs command: {' '.join(mksquashfs_command)}")