diff options
author | 2008-09-04 01:09:20 +0000 | |
---|---|---|
committer | 2008-09-04 01:09:20 +0000 | |
commit | 2d1d86aed558d0a0c727669f3477947e952846ca (patch) | |
tree | 12f09b6a8ab0ada5677ec7f18ba819768d745468 | |
parent | Replace -s (sector size) option with more general -t (disktype) (diff) | |
download | wireguard-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/Makefile | 4 |
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 |