'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 \ chroot \
/mnt \ /mnt \
bash \ "$(printf "${BASEDIR}\n" | sed 's|.*\/|\/|')/install.sh"
--login
mount | grep -v zfs | tac | awk '/\/mnt/ {print $3}' | xargs -I {} umount -Rlf {} mount | grep -v zfs | tac | awk '/\/mnt/ {print $3}' | xargs -I {} umount -Rlf {}