diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-07 17:03:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-07 17:03:23 +0000 |
commit | ed2ecc3c46dc4171852d496d5fd465ac7fad4140 (patch) | |
tree | e975c49315b58d4e44c41faa2fbbed49bfc184e2 /distrib | |
parent | 9bf0049bd87bbd213a1b319cb6c7ce77718a7267 (diff) |
vax iso has to become a teeny bit bigger
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 9d3563171a1..f8f3ccda763 100644 --- a/distrib/vax/iso/Makefile +++ b/distrib/vax/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2009/04/17 03:58:55 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2009/05/07 17:03:22 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -24,7 +24,7 @@ VND_RDEV= /dev/r${VND}a DISKTYPE= isoroot PID!= echo $$$$ ISOIMAGE!= echo image.${PID} -ISOSIZE= 547041 # 33*11*1507 +ISOSIZE= 580800 # 33*11*1600 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} |