Fix wrong order of umount during installation

This commit is contained in:
2020-12-09 19:44:04 +01:00
parent ad6695e991
commit 0560bf20de
2 changed files with 1 additions and 1 deletions

View File

@@ -19,4 +19,5 @@ reboot
EOF EOF
read -p "> Remove installation medium and press enter " read -p "> Remove installation medium and press enter "
umount -R /mnt
reboot reboot

View File

@@ -111,4 +111,3 @@ CHROOTSCRIPT
chmod +x /mnt/chroot-script.sh chmod +x /mnt/chroot-script.sh
arch-chroot /mnt /chroot-script.sh arch-chroot /mnt /chroot-script.sh
rm -f /mnt/chroot-script.sh rm -f /mnt/chroot-script.sh
umount -R /mnt