Date: Fri, 9 Mar 2001 10:21:58 +0000 From: Josef Karthauser <joe@tao.org.uk> To: David O'Brien <obrien@freebsd.org> Cc: freebsd-hackers@freebsd.org Subject: Re: doFS.sh newfs parameters for install floppy Message-ID: <20010309102158.F710@tao.org.uk> In-Reply-To: <20010308174011.A96364@dragon.nuxi.com>; from obrien@freebsd.org on Thu, Mar 08, 2001 at 05:40:11PM -0800 References: <20010308174011.A96364@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--3yNHWXBV/QO9xKNm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 08, 2001 at 05:40:11PM -0800, David O'Brien wrote: > Does anyone know of *any* problems with committing this diff? > It changes the % free space from the 8% default to 0. I would imagine that this should be fine. We've been doing this in PicoBSD for a long while. BTW, I believe that -o space becomes the default when -m 0 is specified. Joe >=20 > Index: doFS.sh > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 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 @@ > =20 > 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 > =20 > mount /dev/${VNDEVICE}c ${MNT} >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message --3yNHWXBV/QO9xKNm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjqorsUACgkQXVIcjOaxUBbQLQCgoaeXBLwWWtXC5vtYQBZFq71i 6rkAoIPyWXg1MM6RQDXw43GtAjLsqRpV =x4wM -----END PGP SIGNATURE----- --3yNHWXBV/QO9xKNm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010309102158.F710>