diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-24 23:28:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-24 23:28:36 +0000 |
commit | ec874825bb9bfdd46c75c77ba70c1f95412a1421 (patch) | |
tree | bf68e7f795b66e27c2ab06336ac32241823be047 /distrib/i386 | |
parent | 7f06c60ac3602c696f4bbeed91cb7d3d24e92730 (diff) |
make 8mb installs work
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 42d891c9f6b..799aa9622f9 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 1998/10/15 07:26:47 deraadt Exp $ +# $OpenBSD: Makefile,v 1.29 1998/10/24 23:28:35 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -45,7 +45,7 @@ ${FS}: bsd.gz rm ${REALIMAGE} DISKTYPE= rdroot -NBLKS= 3640 +NBLKS= 3560 # minfree, opt, b/i trks, sects, cpg NEWFSARGS= -m 0 -o space -c 16 -i 4096 |