new commit
This commit is contained in:
parent
6ca73d1de7
commit
56249249bc
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user