Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2013 20:36:44 +0000
From:      Chris Whitehouse <cwhiteh@onetel.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: kernel config file
Message-ID:  <514B6F5C.8060706@onetel.com>
In-Reply-To: <514B656E.3060106@a1poweruser.com>
References:  <514B656E.3060106@a1poweruser.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 21/03/2013 19:54, Fbsd8 wrote:
> Back around 4.x there was a File that had all the available kernel
> compile options with their meanings as comments. On 9.1 I don't see that
> file any more. Where can I find that file that lists all the kernel
> compile options? The 9.1 NOTES file is not that file.
>
> I have "makeoptions NO_MODULES=yes" statement in my kernel config file
> and the "blanktime" and "warp_saver" load modules don't get created.
>
> I need the options statements for those items so I can compile then into
> the kernel.

Would it be /usr/src/sys/conf/NOTES ?

%grep warp_saver /usr/src/sys/conf/NOTES
device          warp_saver

And isn't blanktime set in rc.conf?

%grep blank /etc/defaults/rc.conf
blanktime="300"         # blank time (in seconds) or "NO" to turn it off.


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?514B6F5C.8060706>