Subject: 2.0RC4 kernel/update questions
To: None <netbsd-help@NetBSD.org>
From: Brian <4thgensi@comcast.net>
List: netbsd-help
Date: 10/16/2004 12:13:10
Hi,

I just installed RC4 today. I grabbed the sources with

cvs checkout -rnetbsd-2-0 -PA src

I want to recompile the kernel but wondering if I should recompile the userland since they may be out of sync. Just confused on which procedure I should use since there is several in the handbook. As of right now guessing something like this.

./build.sh tools
./build.sh distribution
./build.sh kernel

install kernel
./build.sh install=/
etc-update

Compared to the stable page, simple as

build the kernel
./builld.sh -d

Somewhat confused on which way to do it. Thanks

Brian