Michael McLeod wrote:

> I tried the Kernel RPM route but I just could not get it right.  So I decided
> to go the patch route but the PATCH program does not recognize my kernel as a
> real file.  My kernel is at: /usr/src/linux-2.2.14  (patch would like to find
> it at /usr/src/linux) I can't get patch to apply the patch.  Can anyone help
> me.

Michael, if I'm understanding your problem correctly, you need to create a
symbolic link.  From /usr/src, enter this:

ln -s linux-2.2.14 linux

That'll make /usr/src/linux equivalent (or point) to /usr/src/linux-2.2.14.
--
Steve




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to