From c320228c627109645055837941eb737aeaa9dac6 Mon Sep 17 00:00:00 2001 From: Sparsh Mishra <57213270+iSparsh@users.noreply.github.com> Date: Mon, 29 Nov 2021 12:52:18 +0530 Subject: [PATCH 1/2] Add linux-headers package to installation Add `linux-headers` package, which is helpful to get tools like drawing tablets to work. --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 7bc82ab..a8c3225 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -239,7 +239,7 @@ network_selector # Pacstrap (setting up a base sytem onto the new root). print "Installing the base system (it may take a while)." -pacstrap /mnt base $kernel $microcode linux-firmware btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector base-devel snap-pac zram-generator +pacstrap /mnt base $kernel $microcode linux-firmware linux-headers btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector base-devel snap-pac zram-generator # Setting up the hostname. hostname_selector From 58d347f3b29c45c0d0a8d0830d5e827bed169cc3 Mon Sep 17 00:00:00 2001 From: Sparsh Mishra <57213270+iSparsh@users.noreply.github.com> Date: Tue, 30 Nov 2021 16:05:36 +0530 Subject: [PATCH 2/2] update with $kernel-headers linux -headers -> $kernel-headers --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index a8c3225..75a6e1c 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -239,7 +239,7 @@ network_selector # Pacstrap (setting up a base sytem onto the new root). print "Installing the base system (it may take a while)." -pacstrap /mnt base $kernel $microcode linux-firmware linux-headers btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector base-devel snap-pac zram-generator +pacstrap /mnt base $kernel $microcode linux-firmware $kernel-headers btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector base-devel snap-pac zram-generator # Setting up the hostname. hostname_selector