Subject: Re: [SPAM] Re: current-users-approval@NetBSD.org (complete)
To: KlinT <klint@klintcentral.net>
From: Paul Goyette <paul@whooppee.com>
List: current-users
Date: 01/13/2007 13:52:35
On Sat, 13 Jan 2007, KlinT wrote:

> 5 - Build the release :
>
> # cd /data/BUILD/src
> # ./build.sh -N 1 -j 3 -m i386 -O /data/BUILD/obj.i386 -T 
> /data/BUILD/tools.i386 -D /data/BUILD/dest.i386 -R /data/BUILD/release.i386 
> -X /data/BUILD/xsrc -U -x -u release
>
> 6 - Build the ISO Image :
>
> # cd /data/BUILD/release.i386
> # mkisofs -v -b i386/installation/floppy/boot-big.fs -c boot.catalog -r -J -V 
> NetBSD-Current -o netbsd.iso /data/BUILD/release.i386

Why not just use build.sh to make your iso-image, too?  :)

# cd /data/BUILD/src
# ./build.sh -N 1 -j 3 -m i386 -O /data/BUILD/obj.i386 -T 
/data/BUILD/tools.i386 -D /data/BUILD/dest.i386 -R 
/data/BUILD/release.i386 -X /data/BUILD/xsrc -U -x -u release iso-image