mirror of
https://github.com/eoli3n/archiso-zfs.git
synced 2025-12-06 07:02:00 +01:00
install linux-headers
This commit is contained in:
parent
6efecee5b5
commit
401d95e9e4
1
TODO
1
TODO
|
|
@ -1,2 +1 @@
|
|||
- test dkms fallback method
|
||||
- match zfs-linux-dkms with current running kernel : http://sprunge.us/kPWTJf
|
||||
|
|
|
|||
4
init
4
init
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue