Date: Thu, 8 Mar 2001 17:40:11 -0800 From: "David O'Brien" <obrien@freebsd.org> To: freebsd-hackers@freebsd.org Subject: doFS.sh newfs parameters for install floppy Message-ID: <20010308174011.A96364@dragon.nuxi.com>
index | next in thread | raw e-mail
Does anyone know of *any* problems with committing this diff?
It changes the % free space from the 8% default to 0.
Index: doFS.sh
===================================================================
RCS file: /home/ncvs/src/release/scripts/doFS.sh,v
retrieving revision 1.24.2.3
diff -u -r1.24.2.3 doFS.sh
--- doFS.sh 2001/01/14 08:24:48 1.24.2.3
+++ doFS.sh 2001/03/09 00:23:53
@@ -55,7 +58,7 @@
vnconfig -s labels -c /dev/r${VNDEVICE} ${FSIMG}
disklabel -Brw /dev/r${VNDEVICE} ${FSLABEL}
- newfs -i ${FSINODE} -T ${FSLABEL} -o space /dev/r${VNDEVICE}c
+ newfs -i ${FSINODE} -T ${FSLABEL} -o space -m 0 /dev/r${VNDEVICE}c
mount /dev/${VNDEVICE}c ${MNT}
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010308174011.A96364>
