imehl
07-15-2004, 02:58 PM
just wanted to clarify a point. in the readme for kernel 2.6 it says:
INSTALLING the kernel:
- If you install the full sources, put the kernel tarball in a
directory where you have permissions (eg. your home directory) and
unpack it:
gzip -cd linux-2.6.XX.tar.gz | tar xvf -
Replace "XX" with the version number of the latest kernel.
Do NOT use the /usr/src/linux area! This area has a (usually
incomplete) set of kernel headers that are used by the library header
files. They should match the library, and not get messed up by
whatever the kernel-du-jour happens to be.
however, on your website:
http://www.justlinux.com/nhf/Compiling_Kernels//20_Steps_to_a_New_Kernel_with_Grub.html
it says to unpack the tarball in /usr/src
which is correct and why??
also, to add further confusion, later on in the kernel README it states:
To configure and build the kernel use:
cd /usr/src/linux-2.6.N
but this directory doesn't exist unless you unpacked the tarball in /usr/src in the first place.
INSTALLING the kernel:
- If you install the full sources, put the kernel tarball in a
directory where you have permissions (eg. your home directory) and
unpack it:
gzip -cd linux-2.6.XX.tar.gz | tar xvf -
Replace "XX" with the version number of the latest kernel.
Do NOT use the /usr/src/linux area! This area has a (usually
incomplete) set of kernel headers that are used by the library header
files. They should match the library, and not get messed up by
whatever the kernel-du-jour happens to be.
however, on your website:
http://www.justlinux.com/nhf/Compiling_Kernels//20_Steps_to_a_New_Kernel_with_Grub.html
it says to unpack the tarball in /usr/src
which is correct and why??
also, to add further confusion, later on in the kernel README it states:
To configure and build the kernel use:
cd /usr/src/linux-2.6.N
but this directory doesn't exist unless you unpacked the tarball in /usr/src in the first place.