From 27db7ed8636f36551a83df23840ba0c8bf1c6c87 Mon Sep 17 00:00:00 2001 From: git Date: Thu, 27 Jun 2024 16:11:04 +0200 Subject: [PATCH] Bios or Efi, next fix 2 --- artix_scripts/pre-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artix_scripts/pre-chroot.sh b/artix_scripts/pre-chroot.sh index 73cf618..6395b7f 100755 --- a/artix_scripts/pre-chroot.sh +++ b/artix_scripts/pre-chroot.sh @@ -42,7 +42,7 @@ swapon /dev/$LVM_N/volSwap && \ mount /dev/$LVM_N/volRoot /mnt && \ mkdir -p /mnt/home && \ mount /dev/$LVM_N/volHome /mnt/home && \ -if [ $BIOSorEFI == "EFI"] +if [ $BIOSorEFI == "EFI"]; then mkdir -p /mnt/boot/efi && \ mount $DISK\1 /mnt/boot/efi && \ fi