At 07:50 AM 1/24/00 -0600, Jake Johnson wrote:
>       When Red Hat compiles thier kernel for you to have an smp and a
>regular kernel.  I was wondering how they can have their specifically
>named directory.  I don't wan't to move my current /lib/modules/2.2.12-20
>folder because I want it there just in case I need to revert back to using
>it.  (for safety backup reason)
>Thanks,
>       Jake
>
>
Edit the Makefile in your kernel source directory.  The third line should
say SUBLEVEL = <something>.  If you add to this tag, it will be reflected
in the directory that the modules are installed to.

After booting with the new kernel, you will also want to change to the
new modules directory and run the command:

cat /proc/version > .rhkmvtag

This will let the boot scripts make the correct symlinks for the modules
the next time you reboot.  You may also have to make a symlink in the
/lib/modules directory the first time you boot  linking preferred to
the correct modules directory.  (The .rhkmvtag file lets the boot scripts
make this symlink automatic...)

Mikkel

---
    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to