compat: use a generic install mechanism for bin/get-compat-kernels
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Fri, 6 Jul 2012 20:34:15 +0000 (13:34 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Fri, 6 Jul 2012 20:35:58 +0000 (13:35 -0700)
commit21ca3cc147d129f04fa0c5ec3db5958caf03cdb8
tree69aa46b802193aa5d6bd07fd4f037ed3ac6f9573
parent7b9d7f034f84d73647e22de5be3742fb0768b761
compat: use a generic install mechanism for bin/get-compat-kernels

The script bin/get-compat-kernels used to behave differently
depending on the Linux distribution used. Remove this junk
given that even on Debian based systems there are "conflicts"
being run into when installing all the kernel headers: a higher
version of libc is being asked for newer kernels. Dump this
stuff and instead use the same mechanism to install the
kernel headers for all Linux distributions.

This uses ar and tar. If ar is not available warn the user
that binutils is required.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
bin/get-compat-kernels