implemented chroot using bootstrap method

This commit is contained in:
levasseur
2021-10-22 17:15:01 +02:00
parent 2693a3cc72
commit 476aa67daa
3 changed files with 36 additions and 0 deletions

View File

@@ -116,6 +116,10 @@ fi
# -- Cannot be a function ends here
# ------------------------------------------------------------------------------
if [[ -n $CHROOT_PATH && -z $CHROOT_DONE ]]; then
chroot_bootstrap $@
fi
load_autoconf
load_configuration