Update easy-arch.sh

This commit is contained in:
Tommaso Chiti 2021-04-14 16:47:02 +02:00 committed by GitHub
parent 73129dc987
commit 4073eb9da9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ kernel_selector () {
4 ) kernel=linux-zen 4 ) kernel=linux-zen
;; ;;
* ) echo "You did not enter a valid selection." * ) echo "You did not enter a valid selection."
kernel_options kernel_selector
esac esac
} }
@ -106,7 +106,7 @@ mount -o ssd,noatime,space_cache,nodatacow,subvol=@var_log $BTRFS /mnt/var/log
mkdir /mnt/boot/efi mkdir /mnt/boot/efi
mount $ESP /mnt/boot/efi mount $ESP /mnt/boot/efi
kernel_options kernel_selector
# Pacstrap (setting up a base sytem onto the new root). # Pacstrap (setting up a base sytem onto the new root).
echo "Installing the base system (it may take a while)." echo "Installing the base system (it may take a while)."