From e9219cbad824a63d0c82c9541ca2b29364bb82e0 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 6 Nov 1994 00:21:39 +0000 Subject: [PATCH] Twiddle newfs parameters to select for space optimization. We're back under 1.2MB again. --- release/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/Makefile b/release/Makefile index 93ba67a93c1..7ecf72584d7 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 1994/11/05 23:05:53 jkh Exp $ +# $Id: Makefile,v 1.14 1994/11/06 00:10:00 jkh Exp $ # FLOPPY= fd0 @@ -44,7 +44,7 @@ boot.flp: disklabel -w -B \ -b ${DESTDIR}/usr/mdec/fdboot -s ${DESTDIR}/usr/mdec/bootfd \ /dev/r${FLOPPY} ${FDLABEL} - newfs -c 80 -b 4096 -f 512 /dev/r${FLOPPY} + newfs -c 80 -b 4096 -f 512 -i 4096 -m 0 -o space /dev/r${FLOPPY} mount -o async /dev/${FLOPPY} ${MNT} mkdir ${MNT}/dev ${MNT}/stand ${MNT}/mnt strip -x ${.CURDIR}/../sys/compile/GENERIC/kernel -- 2.45.2