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:48:38
> > 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?
>
> I always have done it manually.

what i mean to say is, should my process be:

cd /usr && rm -rf src obj && mkdir src obj && export
CVSROOT=anoncvs@anoncvs.netbsd.org:/cvsroot && export CVS_RSH=ssh && cvs
checkout -rnetbsd-1-6 src && cd src && ./build.sh tools && MANUALLY BUILD
KERNEL && ./build.sh distribution && ./build.sh install=/

also, am i correct in assuming netbsd-1-6 will get me 1.6.1-stable?