From 4073eb9da9742b913fa065e795e5b7bc59b57816 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Wed, 14 Apr 2021 16:47:02 +0200 Subject: [PATCH] Update easy-arch.sh --- easy-arch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easy-arch.sh b/easy-arch.sh index 0355236..9a4e47e 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -22,7 +22,7 @@ kernel_selector () { 4 ) kernel=linux-zen ;; * ) echo "You did not enter a valid selection." - kernel_options + kernel_selector esac } @@ -106,7 +106,7 @@ mount -o ssd,noatime,space_cache,nodatacow,subvol=@var_log $BTRFS /mnt/var/log mkdir /mnt/boot/efi mount $ESP /mnt/boot/efi -kernel_options +kernel_selector # Pacstrap (setting up a base sytem onto the new root). echo "Installing the base system (it may take a while)."