On Thu, 14 Dec 2000, Bob Hartung wrote:

> Dave,
>   That was it!  Now I wonder why in the past, since RH 5.2 I
> have never had to rename the original modules directory
> under /lib and I have recompiled every kernel since 5.2 when
> installed?  Oh well, another lession learned.
>
> I did go through the Linux Kernel HOWTO and it doesn't say
> to rename the original /lib/modules.x.y.z before making
> modules (See Part 9)  There may be a more complete older
> HOWTO out there or another HOWTO alltogether that address
> this point.

the other option is to edit /usr/src/linux/Makefile before you
start, and change the EXTRAVERSION variable from -22 (or whatever
it is) to another string, like -fred.  the end result is that
your new kernel will have this as its new version (which you
can see with "cat /proc/version").

also, the new modules directory will reflect the EXTRAVERSION
variable as well, so you don't need to worry about clobbering
the original directory.

rday



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

Reply via email to