From owner-cvs-all Mon Aug 23 4: 7:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53D2B15632; Mon, 23 Aug 1999 04:07:21 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA49762; Mon, 23 Aug 1999 04:06:20 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199908231106.EAA49762@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 23 Aug 1999 04:06:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/i386/fdisk fdisk.8 fdisk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/08/23 04:06:20 PDT Modified files: sbin/i386/fdisk fdisk.8 fdisk.c Log: Add new option to fdisk: -e This wipes the MBR and creates slice 1 as a FreeBSD slice covering the disk starting from the second track to the cylinder aligned end of the disk. This is the most compatibly layout we have as far as I know. Revision Changes Path 1.15 +9 -7 src/sbin/i386/fdisk/fdisk.8 1.30 +31 -6 src/sbin/i386/fdisk/fdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message