diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/vax/iso/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/iso/Makefile b/distrib/vax/iso/Makefile index 650c1ee5864..961e3245caa 100644 --- a/distrib/vax/iso/Makefile +++ b/distrib/vax/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2012/04/26 15:54:54 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2013/07/16 17:31:39 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -24,7 +24,7 @@ VND_RDEV= /dev/r${VND}a DISKTYPE= isoroot PID!= echo $$$$ ISOIMAGE!= echo image.${PID} -ISOSIZE= 617100 # 33*11*1700 +ISOSIZE= 798600 # 33*11*2200 BOOT= ${DESTDIR}/usr/mdec/boot BOOTXX= ${DESTDIR}/usr/mdec/xxboot NEWFSOPTS= -t ffs -m 0 -o space -f 1024 -b 8192 -i 8192 -s ${ISOSIZE} |