Include linux headers in the live image

debian-cd 2018.1
Raphaël Hertzog 7 years ago
parent f23aa1f502
commit 3c2d915115

@ -0,0 +1,20 @@
##
## Add linux headers to build DKMS packages even after the kernel
## used to build the live images is gone from kali-rolling.
##
#if ARCHITECTURES i386
linux-headers-686-pae
#endif
#if ARCHITECTURES amd64
linux-headers-amd64
#endif
#if ARCHITECTURES arm64
linux-headers-arm64
#endif
#if ARCHITECTURES armel
linux-headers-marvell
#endif
#if ARCHITECTURES armhf
linux-headers-armmp
linux-headers-armmp-lpae
#endif
Loading…
Cancel
Save