summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2008-09-04 01:09:20 +0000
committerjsing <jsing@openbsd.org>2008-09-04 01:09:20 +0000
commit2d1d86aed558d0a0c727669f3477947e952846ca (patch)
tree12f09b6a8ab0ada5677ec7f18ba819768d745468
parentReplace -s (sector size) option with more general -t (disktype) (diff)
downloadwireguard-openbsd-2d1d86aed558d0a0c727669f3477947e952846ca.tar.xz
wireguard-openbsd-2d1d86aed558d0a0c727669f3477947e952846ca.zip
Change ISO generation to use the new -t option for vnconfig.
-rw-r--r--distrib/sgi/iso/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sgi/iso/Makefile b/distrib/sgi/iso/Makefile
index 6b93adf8eb4..0a00c5a43d7 100644
--- a/distrib/sgi/iso/Makefile
+++ b/distrib/sgi/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2008/08/25 17:13:25 jsing Exp $
+# $OpenBSD: Makefile,v 1.8 2008/09/04 01:09:20 jsing Exp $
TOP= ${.CURDIR}/..
@@ -29,7 +29,7 @@ ${CDROM}:
gzip -9f < ${.OBJDIR}/../ramdisk/${BSDRD} > ${.OBJDIR}/bsd
dd if=/dev/zero of=${.OBJDIR}/${CDROM} bs=2048b count=224
- vnconfig -v -c -s 2048 svnd0 ${.OBJDIR}/${CDROM}
+ vnconfig -v -c -t cdroot svnd0 ${.OBJDIR}/${CDROM}
# 22 * 2048 byte sectors = 44KB
/usr/mdec/sgivol -i -h 22 svnd0