frisco
August 25th, 2003, 15:55
Instructions for making a sparc64 install cd. Assumes you've already done a 'make release'.

[code:1:c22187d8d5]
mkhybrid -r -o openbsd.iso $RELEASEDIR
vnconfig -v -c svnd0 openbsd.iso
disklabel -w svnd0 fakecdrom
vnconfig -u svnd0
mksuncd f openbsd.iso $RELEASEDIR/miniroot33.fs
[/code:1:c22187d8d5]

This is pretty much pulled straight out of /usr/src/distrib/sparc64/cdfs (http://www.openbsd.org/cgi-bin/cvsweb/src/distrib/sparc64/cdfs/Makefile?rev=1.7&content-type=text/x-cvsweb-markup&only_with_tag=OPENBSD_3_3)