diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-07-16 17:31:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-07-16 17:31:40 +0000 |
commit | 187c372decb60b8c16863d1eddcf215afe6b43f4 (patch) | |
tree | 7ddda78986916e52f7090372435801e5ec1fec66 /distrib | |
parent | 0876e0154081140116d280eac66da6b625ebb0cf (diff) |
make more room because ELF is 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 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} |