Subject: Re: To build i386 -current as of yesterday via build.sh -m/etc on i386...
To: Steven M. Bellovin <smb@cs.columbia.edu>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 01/20/2006 18:21:22
On Fri, Jan 20, 2006 at 12:10:29PM -0500, Steven M. Bellovin wrote:
> It would be nice if build.sh could invoke this, or if there was some 
> standard script to build bootable CDs of distributions.  

There is:

  cd etc && ${TOOLDIR}/bin/nbmake-${MACHINE} iso-image

but I think it has not been updated to use mkfs(8) instead of mkisofs from
pkgsrc (nor the CD bootloader, and non-ramdisk-root kernel)

Martin