install linux-headers

This commit is contained in:
eoli3n 2022-02-16 11:27:24 +01:00
parent 6efecee5b5
commit 401d95e9e4
2 changed files with 2 additions and 3 deletions

1
TODO
View file

@ -1,2 +1 @@
- test dkms fallback method
- match zfs-linux-dkms with current running kernel : http://sprunge.us/kPWTJf

4
init
View file

@ -141,7 +141,7 @@ dkms_init () {
pacman -Syyuu --noconfirm
print "Install base-devel"
pacman -S --noconfirm base-devel
pacman -S --noconfirm base-devel linux-headers
}
@ -198,7 +198,7 @@ else
# DKMS fallback
print "No zfs-linux package was found for current running kernel, fallback on DKMS method"
dkms_init "$kernel_version_fixed_for_headers"
dkms_init
print "Install zfs-dkms"