diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2017-07-08 15:39:12 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2017-07-08 15:39:12 +0000 |
commit | 08e05f1a5038ad96198d9f7d6f5b5e6a9b77bdbd (patch) | |
tree | 2524b026559177cf1975a903a5af5bd6a559c239 /distrib/amd64/ramdisk_cd | |
parent | dd8f08541cae545e0258ab1b83ea36f5dc5e4c8d (diff) |
Increase size to make slaacd fit.
Size problem noted by me, correct fix from deraadt@
Diffstat (limited to 'distrib/amd64/ramdisk_cd')
-rw-r--r-- | distrib/amd64/ramdisk_cd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amd64/ramdisk_cd/Makefile b/distrib/amd64/ramdisk_cd/Makefile index 9f94c6c7cff..9a83e935de3 100644 --- a/distrib/amd64/ramdisk_cd/Makefile +++ b/distrib/amd64/ramdisk_cd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2016/12/30 22:32:25 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2017/07/08 15:39:11 florian Exp $ .PATH: ${.CURDIR}/../ramdisk RAMDISK=RAMDISK_CD DISKTYPE=rdrootb -FLOPPYSIZE=8960 +FLOPPYSIZE=9600 FLOPPYTYPE=mini34 LBA=1 TEMPLATE=${.CURDIR}/template |