diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-10 02:16:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-10 02:16:14 +0000 |
commit | 65706c39d06962c376a2eade1f3f545df8688c17 (patch) | |
tree | 4006c33e647a9813dac395c2af7d98f825a8d845 /distrib/i386/floppies | |
parent | 61ec8f24c6fb496890102e1fc92b0e56a2a2adce (diff) |
shrink ramdisk a teeny bit; 8MB installs now work reliably
Diffstat (limited to 'distrib/i386/floppies')
-rw-r--r-- | distrib/i386/floppies/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/ramdisk/Makefile b/distrib/i386/floppies/ramdisk/Makefile index 7600e3ca950..2f6a5233dfa 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 1998/12/21 10:10:15 deraadt Exp $ +# $OpenBSD: Makefile,v 1.32 1999/04/10 02:16:13 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -45,7 +45,7 @@ ${FS}: bsd.gz rm ${REALIMAGE} DISKTYPE= rdroot -NBLKS= 3560 +NBLKS= 3510 # minfree, opt, b/i trks, sects, cpg NEWFSARGS= -m 0 -o space -c 16 -i 4096 |