diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-15 07:26:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-15 07:26:48 +0000 |
commit | 8dd8c434a0536ccde8cae73a928c5c5333344e22 (patch) | |
tree | 892f60813d15663816c08fb4173688ee6f059d59 /distrib/i386 | |
parent | db00c495c81927a714261ebf2434f6faf47c2db7 (diff) |
shrink ramdisk filesystem
Diffstat (limited to 'distrib/i386')
-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 c833ce5300f..42d891c9f6b 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 1997/10/07 05:36:05 deraadt Exp $ +# $OpenBSD: Makefile,v 1.28 1998/10/15 07:26:47 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -45,7 +45,7 @@ ${FS}: bsd.gz rm ${REALIMAGE} DISKTYPE= rdroot -NBLKS= 4046 +NBLKS= 3640 # minfree, opt, b/i trks, sects, cpg NEWFSARGS= -m 0 -o space -c 16 -i 4096 |