diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-04-26 15:54:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-04-26 15:54:55 +0000 |
commit | 7325fc19e5a77b93803078da3b2000b891de8d64 (patch) | |
tree | 7ca3b0ecfc2d012ad4ccf5bb41474aa1eef0506d /distrib | |
parent | 354a501b6d0b8a422ebc2509fb60d4f02ef5c14f (diff) |
grow the iso
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 4c6d59e15e6..650c1ee5864 100644 --- a/distrib/vax/iso/Makefile +++ b/distrib/vax/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2011/04/18 16:52:10 thib Exp $ +# $OpenBSD: Makefile,v 1.8 2012/04/26 15:54:54 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -24,7 +24,7 @@ VND_RDEV= /dev/r${VND}a DISKTYPE= isoroot PID!= echo $$$$ ISOIMAGE!= echo image.${PID} -ISOSIZE= 580800 # 33*11*1600 +ISOSIZE= 617100 # 33*11*1700 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} |