mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Merge pull request #32 from iSparsh/patch-1
Add linux-headers package to installation
This commit is contained in:
commit
45572992bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 $kernel-headers btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector base-devel snap-pac zram-generator
|
||||
|
||||
# Setting up the hostname.
|
||||
hostname_selector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue