On Sun, 30 Jan 2005 21:12:08 -0500, Sven Willenberger <sven@dmv.com> wrote:
> I assume you added these variables to either the GENERIC or a custom
> kernel in /usr/src/sys/i386/conf. If you created a custom kernel called
> CUSTOM, then you would:
That's what I did.
> cd /usr/src
> make buildkernel KERNCONF=CUSTOM
> make installkernel KERNCONF=CUSTOM
The exact commands I used were:
KERN_CONF=CUSTOM make buildkernel > make.buildkernel.log 2>&1 & tail
-f make.buildkernel.log
KERN_CONF=CUSTOM make installkernel > make.installkernel.log 2>&1 &
tail -f make.installkernel.log
> Just wanted to verify that you built and installed the kernel using the
> config file that has the settings you listed above (your sysctl output
> would indicate otherwise).