From owner-freebsd-current Sat Feb 10 15:49:11 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id C5A1137B491; Sat, 10 Feb 2001 15:48:53 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id KAA04863; Sun, 11 Feb 2001 10:48:51 +1100 Date: Sun, 11 Feb 2001 10:48:27 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: "John W. De Boskey" Cc: current@FreeBSD.ORG Subject: Re: disklabel.c & disklabel.8 patch In-Reply-To: <20010209225817.A24289@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 9 Feb 2001, John W. De Boskey wrote: > I've been using the disklabel.c patch which allows easier > configuration by being able to specify a new disklabel of > the form: > > # size offset fstype [fsize bsize bps/cpg] > a: 400M 0 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*) > b: 1G * swap > c: * * unused > e: 204800 * 4.2BSD > f: 5g * 4.2BSD > g: * * 4.2BSD > > > An up-to-date copy of disklabel.c can be found at: > > http://people.freebsd.org/~jwd/disklabel.c > > The man page can be found at: > > http://people.freebsd.org/~jwd/disklabel/disklabel.8 > > or in html format: > > http://people.freebsd.org/~jwd/disklabel/disklabel.8.html > > > Patch files: > > http://people.freebsd.org/~jwd/disklabel/disklabel.c.patch > http://people.freebsd.org/~jwd/disklabel/disklabel.8.patch > > > I'd like to commit these if no one sees any major problems > with them. These are not suitable for commit in their current form. The disklabel.c patch has more than the usual density of style bugs. It doesn't even use the normal brace style. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message