diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-30 04:56:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-30 04:56:07 +0000 |
commit | f635662f7bc94f684c953678cf38868e9d3dc27e (patch) | |
tree | 040f0e975af1e4a76e64b7003795a991d809df3c /distrib | |
parent | 85a8733c75e1e1a4c2f460186e4334aaaf9b742d (diff) |
increase size of iso media
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/amd64/iso/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amd64/iso/Makefile b/distrib/amd64/iso/Makefile index 5578ec9d156..1bfdf446b37 100644 --- a/distrib/amd64/iso/Makefile +++ b/distrib/amd64/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2014/03/02 16:06:14 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2014/03/30 04:56:06 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -8,7 +8,7 @@ CDROM= install${REV}.iso FS= install${REV}.fs FSSIZE= 491520 -FSTYPE= install240 +FSTYPE= install280 RAMDISK= RAMDISK_CD |