new commit
This commit is contained in:
parent
211c1c966c
commit
4c60cc89c0
@ -100,6 +100,7 @@ def iso_generator_main(
|
|||||||
logging.info("=> Generating ISO image with xorriso...")
|
logging.info("=> Generating ISO image with xorriso...")
|
||||||
xorriso_command = [
|
xorriso_command = [
|
||||||
"xbps-uchroot",
|
"xbps-uchroot",
|
||||||
|
"--",
|
||||||
paths['PEPHOSTDIR'],
|
paths['PEPHOSTDIR'],
|
||||||
"/usr/bin/xorriso",
|
"/usr/bin/xorriso",
|
||||||
"-as", "mkisofs",
|
"-as", "mkisofs",
|
||||||
|
@ -97,7 +97,8 @@ def create_squashfs_image(rootfs_dir, squashfs_output_file, pep_host_dir, logger
|
|||||||
output_dir = os.path.dirname(squashfs_output_file)
|
output_dir = os.path.dirname(squashfs_output_file)
|
||||||
os.makedirs(output_dir, exist_ok=True)
|
os.makedirs(output_dir, exist_ok=True)
|
||||||
mksquashfs_command = [
|
mksquashfs_command = [
|
||||||
"xbps-uchroot",
|
"xbps-uchroot",
|
||||||
|
"--",
|
||||||
pep_host_dir,
|
pep_host_dir,
|
||||||
"/usr/bin/mksquashfs",
|
"/usr/bin/mksquashfs",
|
||||||
os.path.join(build_dir, "tmp"),
|
os.path.join(build_dir, "tmp"),
|
||||||
|
Loading…
Reference in New Issue
Block a user