diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-13 16:28:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-13 16:28:07 +0000 |
commit | d93b01eff47beefcf7c784bebb23aed1528c37c3 (patch) | |
tree | e55f29471038e6c026589722ed03b1109c606324 /distrib | |
parent | de0551dc511f40b8b5d7263c8e7fc5cd64aa9e8f (diff) |
The KARL compile.tgz linkkit adds some growth to the base set.
Prepare the install*.fs files for this growth.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/amd64/iso/Makefile | 6 | ||||
-rw-r--r-- | distrib/i386/iso/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/distrib/amd64/iso/Makefile b/distrib/amd64/iso/Makefile index d902fd4f574..ad8b1f4a606 100644 --- a/distrib/amd64/iso/Makefile +++ b/distrib/amd64/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2015/09/07 01:41:35 deraadt Exp $ +# $OpenBSD: Makefile,v 1.18 2017/06/13 16:28:04 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -7,8 +7,8 @@ TOP= ${.CURDIR}/.. CDROM= install${REV}.iso FS= install${REV}.fs -FSSIZE= 573440 -FSTYPE= install280 +FSSIZE= 737280 +FSTYPE= install360 RAMDISK= RAMDISK_CD diff --git a/distrib/i386/iso/Makefile b/distrib/i386/iso/Makefile index 073480d6f08..dd502999869 100644 --- a/distrib/i386/iso/Makefile +++ b/distrib/i386/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2014/09/21 13:44:44 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 2017/06/13 16:28:06 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -7,8 +7,8 @@ TOP= ${.CURDIR}/.. CDROM= install${REV}.iso FS= install${REV}.fs -FSSIZE= 491520 -FSTYPE= install240 +FSSIZE= 737280 +FSTYPE= install360 RAMDISK= RAMDISK_CD |