Fix wrong order of umount during installation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user