فهرست منبع

exit before bootstrap + dont mount /efi a second time

Noah Vogt 1 سال پیش
والد
کامیت
6f723fe792
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      arch.sh
  2. 1 1
      chroot.sh

+ 1 - 0
arch.sh

@@ -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

+ 1 - 1
chroot.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."