'pre-inst.sh' now automatically runs 'install.sh' inside chroot
This commit is contained in:
@@ -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 {}
|
||||
|
||||
|
Reference in New Issue
Block a user