Subject: Re: which boot image to use
To: Lubos Vrbka <shnek@tiscali.cz>
From: Martin Husemann <martin@duskware.de>
List: netbsd-users
Date: 09/13/2004 09:56:53
On Mon, Sep 13, 2004 at 08:43:57AM +0200, Lubos Vrbka wrote:
> i guess it was netbsd guide, section about making bootable cdroms:
> http://netbsd.org/guide/en/chap-misc.html#chap-misc-creating-cdroms

Umm - that looks completely out of date. I think it should read:

  (1) use build.sh to create a release
  (2) make sure mkisofs is installed:
       cd /usr/pkgsrc/sysutils/cdrecord && make install
  (3) cd /usr/src/etc && ${TOOLDIR}/bin/nbmake-${ARCH} iso-image
  (4) use cdrecord to burn it...

Ok, perhaps with a few more details...

Martin