Re: Building kernel.

From: Mike Maltese (mike_at_pcmedx.com)
Date: 02/21/04

  • Next message: DerAlSem: "Re[2]: Building kernel."
    To: <freebsd-newbies@freebsd.org>
    Date: Sat, 21 Feb 2004 02:17:05 -0800
    
    

    > 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

    _______________________________________________
    freebsd-newbies@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"


  • Next message: DerAlSem: "Re[2]: Building kernel."