PDA

View Full Version : kernel headers arm rootfs



johnjohnsp1
2014-07-12, 11:23
Hello,

I'm building a rootfs arm image following this link:

http://docs.kali.org/armel-armhf/kali-linux-arm-chroot

once inside the chroot environment I'm updating the package like linux-source
but when i try to install kernel-headers i'm getting this error:

root# apt-get install kernel-headers-$(uname -r)

unable to locate package kernel-header-2.6.32

even if i try to use apt-get install kernel-headers-3.14.5 or kernel-headers-2.6.32 the output

is all the same

unable to locate package kernel-header

i'm missing something or just can't install kernel-headers for rootfs arm ?

anyone else got this error ?