Subject: Re: Bootable CD-ROM of 2.0.2
To: Chris Wareham <chriswareham@chriswareham.demon.co.uk>
From: Martin Husemann <martin@duskware.de>
List: port-sgimips
Date: 04/21/2005 20:29:02
On Thu, Apr 21, 2005 at 06:00:41PM +0100, Chris Wareham wrote:
> Am I going to have to cross compile sgimips from the 2.0.2 sources?
Or anything newer...
You use "build.sh release" to create a release (maybe with additional
options), then cd to src/etc and use the $TOOLDIR/bin/nbmake-sgimips
script to build the iso image, like
/usr/tools/bin/nbmake-sgimips iso-image
This requires mkisoimage in your $PATH.
Martin