Re: upgrading to new kernel version On Mon, 08 Sep 2003 13:40:15 +0000, Wes Gray wrote:
>>
>> The work around I've developed is to ulink /usr/src/linux and then create a
>> new link using ln -sf /usr/src/linux/vanilla-2.4.xx. HTH
>
> OK, but how did you copy your kernel configuration from the old dir to
> the new one? I tried copying config.h over, but it wouldn't build.
Do not copy config.h (It's a header file, which is needed), but copy
/usr/linux/.config . |