'pre-inst.sh' now automatically runs 'install.sh' inside chroot

This commit is contained in:
2025-07-21 15:51:32 -04:00
parent bba89f8185
commit ee48fb7560

View File

@@ -190,8 +190,7 @@ printf \
chroot \
/mnt \
bash \
--login
"$(printf "${BASEDIR}\n" | sed 's|.*\/|\/|')/install.sh"
mount | grep -v zfs | tac | awk '/\/mnt/ {print $3}' | xargs -I {} umount -Rlf {}