Subject: Re: NetBSD 3.0 and S-ATA - again
To: None <paul@whooppee.com>
From: Havard Eidnes <he@NetBSD.org>
List: port-amd64
Date: 04/01/2006 17:11:28
> Being PC illiterate, can someone tell me how to create a
> bootable CD with -current?  The FTP site doesn't seem to
> have ISO files for -current!

You need the cdrecord package installed (contains mkisofs).

etc/Makefile contains an "iso-image" target; as is said near the
top of that file you need DESTDIR and RELEASEDIR set (and a full
release build in RELEASEDIR) for that to work.

Oh, I also see that in -current build.sh also supports an
"iso-image" action which uses etc/Makefile for the image
construction.

Regards,

- H=E5vard