new commit

This commit is contained in:
Manuel 2025-04-29 16:08:53 +00:00
parent e28271286c
commit 472d34eccc

View File

@ -304,6 +304,7 @@ def iso_builder_main(
copy_kernel_image( copy_kernel_image(
rootfs_path=paths['ROOTFS'], rootfs_path=paths['ROOTFS'],
boot_path=paths['BOOT_DIR'], boot_path=paths['BOOT_DIR'],
target_architecture=architecture,
iso_build_config=iso_build_config, iso_build_config=iso_build_config,
) )
kernel_version = None kernel_version = None