Subject: Re: cross-building an sgimips bootable install CD
To: Thierry Lacoste <th.lacoste@wanadoo.fr>
From: Martin Husemann <martin@duskware.de>
List: port-sgimips
Date: 05/13/2005 15:14:57
On Fri, May 13, 2005 at 03:11:39PM +0200, Thierry Lacoste wrote:
> Sorry to ask again about that but I don't know where to go;
> I posted http://mail-index.netbsd.org/port-sgimips/2005/04/24/0001.html
> about my problem but had no answer.

The instructions you followed are very outdated now.

Just use "build.sh release" (as you did) and the go to the src/etc
directory and use the nbmake-sgimips wrapper created in your tool directory
to make a bootable cd:

  cd etc
  $TOOLDIR/bin/nbmake-sgimips iso-image

and then burn the resulting image.

Martin