Quote:
Originally posted by 320mb
In Slack the kernel source should be this..........
with the linux directory being a symlink to a directory of a
particular kernel version.........IE......
|
True, but /usr/src/linux won't exist by default unless you create it explicitly. To use the same example, you would want to set up a symbolic link to the new directory:
ln -s /usr/src/linux-2.4.26 /usr/src/linux
-- J.W.