@@ -55,6 +55,7 @@ cp chroot.sh /mnt
arch-chroot /mnt bash chroot.sh
rm /mnt/chroot.sh
+exit
cp videopc-bootstrap.sh /mnt
arch-chroot /mnt bash videopc-bootstrap.sh
rm /mnt/videopc-bootstrap.sh
@@ -21,7 +21,7 @@ locale-gen
systemctl enable NetworkManager
-mount /dev/"$DRIVE"1 /efi
+# mount /dev/"$DRIVE"1 /efi
# mkdir -p /efi/EFI/Linux
# test -d /efi/EFI || error_exit "Error: EFI partition could not be mounted correctly."