Fix wrong order of umount during installation
This commit is contained in:
@@ -19,4 +19,5 @@ reboot
|
||||
EOF
|
||||
|
||||
read -p "> Remove installation medium and press enter "
|
||||
umount -R /mnt
|
||||
reboot
|
||||
|
||||
@@ -111,4 +111,3 @@ CHROOTSCRIPT
|
||||
chmod +x /mnt/chroot-script.sh
|
||||
arch-chroot /mnt /chroot-script.sh
|
||||
rm -f /mnt/chroot-script.sh
|
||||
umount -R /mnt
|
||||
|
||||
Reference in New Issue
Block a user