Building kernel.

Mike Maltese mike at pcmedx.com
Sat Feb 21 02:17:08 PST 2004


>   I have Pentium 200 MMX, 128 MB ram, FreeBSD 5.1. How long does it
>   take to recompile kernel? Last time i've waited about 5 hour, then
>   stopped the process...

If you're not upgrading, you can add this line in /etc/make.conf:

NO_MODULES=true

This will signifigantly reduce kernel compile time. As an alternative, you
can use MODULES_OVERRIDE, where you can list the modules you need and then
only those are built.

Example:

MODULES_OVERRIDE= vinum ntfs splash vesa

...so on and so forth




More information about the freebsd-newbies mailing list