diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-08-01 19:58:14 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-08-01 19:58:14 +0000 |
commit | fe0bcf64983c65e77e0e4cec2c8435a1ed7be7ef (patch) | |
tree | 43bddbc9e0f49db49e1a97194142a24fc4320098 /distrib/sgi/cdfs | |
parent | a15cc03507efdff08ae711158b6468edf2f59cee (diff) |
Create installation media that is recognized as such by the PROM.
ok deraadt@
Diffstat (limited to 'distrib/sgi/cdfs')
-rw-r--r-- | distrib/sgi/cdfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/sgi/cdfs/Makefile b/distrib/sgi/cdfs/Makefile index 2238b0f9b08..077348e6291 100644 --- a/distrib/sgi/cdfs/Makefile +++ b/distrib/sgi/cdfs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2005/04/28 21:56:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2005/08/01 19:58:13 kettenis Exp $ TOP= ${.CURDIR}/.. @@ -36,6 +36,7 @@ ${CDROM}: # would love to use -h 64, but boot is slightly too big /usr/mdec/sgivol -f -i -h 88 svnd0 > ${.OBJDIR}/volhdr /usr/mdec/sgivol -f -w boot ${.OBJDIR}/boot svnd0 + /usr/mdec/sgivol -f -l boot sashARCS svnd0 vnconfig -u svnd0 dd if=${.OBJDIR}/${FFS} of=${.OBJDIR}/${CDROM} bs=512 \ seek=`cat ${.OBJDIR}/volhdr | grep 'Volume Header' | awk '{print $$3}'` |