new commit

This commit is contained in:
Manuel 2025-04-26 13:12:43 +00:00
parent 211c1c966c
commit 4c60cc89c0
2 changed files with 3 additions and 1 deletions

View File

@ -100,6 +100,7 @@ def iso_generator_main(
logging.info("=> Generating ISO image with xorriso...")
xorriso_command = [
"xbps-uchroot",
"--",
paths['PEPHOSTDIR'],
"/usr/bin/xorriso",
"-as", "mkisofs",

View File

@ -98,6 +98,7 @@ def create_squashfs_image(rootfs_dir, squashfs_output_file, pep_host_dir, logger
os.makedirs(output_dir, exist_ok=True)
mksquashfs_command = [
"xbps-uchroot",
"--",
pep_host_dir,
"/usr/bin/mksquashfs",
os.path.join(build_dir, "tmp"),