new commit

This commit is contained in:
Manuel 2025-04-25 15:09:28 +00:00
parent 6ca73d1de7
commit 56249249bc

View File

@ -281,7 +281,12 @@ def iso_builder_main(
raise raise
logger.info("=> Starting system reconfiguration in chroot...") logger.info("=> Starting system reconfiguration in chroot...")
reconfigure_system_in_chroot(paths['ROOTFS'], architecture) reconfigure_system_in_chroot(
paths['ROOTFS'],
architecture,
repositories,
xbps_cachedir_env
)
logger.info("=> System reconfiguration in chroot COMPLETE.") logger.info("=> System reconfiguration in chroot COMPLETE.")
copy_system_files.copy_dracut_files(rootfs_path) copy_system_files.copy_dracut_files(rootfs_path)