Add linux-headers package to installation

Add `linux-headers` package, which is helpful to get tools like drawing tablets to work.
This commit is contained in:
Sparsh Mishra 2021-11-29 12:52:18 +05:30 committed by GitHub
parent 8dcfa60254
commit c320228c62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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