From owner-freebsd-hackers Fri Mar 9 2:21:56 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.50]) by hub.freebsd.org (Postfix) with ESMTP id 0969A37B719; Fri, 9 Mar 2001 02:21:53 -0800 (PST) (envelope-from joe@tao.org.uk) Received: by tao.org.uk (Postfix, from userid 100) id 541D9317C; Fri, 9 Mar 2001 10:21:58 +0000 (GMT) Date: Fri, 9 Mar 2001 10:21:58 +0000 From: Josef Karthauser To: David O'Brien Cc: freebsd-hackers@freebsd.org Subject: Re: doFS.sh newfs parameters for install floppy Message-ID: <20010309102158.F710@tao.org.uk> Mail-Followup-To: Josef Karthauser , David O'Brien , freebsd-hackers@freebsd.org References: <20010308174011.A96364@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="3yNHWXBV/QO9xKNm" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010308174011.A96364@dragon.nuxi.com>; from obrien@freebsd.org on Thu, Mar 08, 2001 at 05:40:11PM -0800 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --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