Subject: Re: 1.6-stable building docs
To: Jeremy C. Reed <reed@reedmedia.net>
From: mr grip <jhonold@bigfoot.com>
List: netbsd-help
Date: 04/22/2003 12:40:33
> In the meanwhile, manually build your kernel.
was there another email i missed? what do you mean by 'in the meanwhile'?
> cd /usr/src/sys/arch/i386/conf
> cp GENERIC YOURNEWKERNEL
> vi YOURNEWKERNEL # edit as needed
> config YOURNEWKERNEL # hopefully config is up to date
> cd ../compile/YOURNEWKERNEL
> make depend
> make
cool, so that clears up the kernel. what about everything else? is it the
same except i sub what you just suggested for the ./build.sh kernel=GENERIC
bit?