Update easy-arch.sh

This commit is contained in:
Tommaso Chiti 2022-07-02 09:04:30 +02:00 committed by GitHub
parent eafdf98e07
commit cc089a7b5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -353,7 +353,7 @@ mount "$ESP" /mnt/boot/
# Pacstrap (setting up a base sytem onto the new root). # Pacstrap (setting up a base sytem onto the new root).
info_print "Installing the base system (it may take a while)." info_print "Installing the base system (it may take a while)."
pacstrap /mnt --needed base "$kernel" "$microcode" linux-firmware $kernel-headers btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector snap-pac zram-generator &>/dev/null pacstrap /mnt base "$kernel" "$microcode" linux-firmware "$kernel"-headers btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector snap-pac zram-generator &>/dev/null
# Setting up the hostname. # Setting up the hostname.
echo "$hostname" > /mnt/etc/hostname echo "$hostname" > /mnt/etc/hostname