From owner-freebsd-commit Sun Jan 21 17:01:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22084 for freebsd-commit-outgoing; Sun, 21 Jan 1996 17:01:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22073 for cvs-all-outgoing; Sun, 21 Jan 1996 17:01:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22063 for cvs-sbin-outgoing; Sun, 21 Jan 1996 17:01:19 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22056 Sun, 21 Jan 1996 17:01:17 -0800 (PST) Date: Sun, 21 Jan 1996 17:01:17 -0800 (PST) From: Joerg Wunsch Message-Id: <199601220101.RAA22056@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/disklabel disklabel.8 disklabel.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/21 17:01:17 Modified: sbin/disklabel disklabel.8 disklabel.c Log: Finally implement the "auto" disktype. It attempts to get all the required information from the driver, and produce a virgin disklabel for it. The latter might be further edited with `disklabel -e' to satisfy the user's need. The magic sequence is: disklabel -r -w sdX auto disklabel -e sdX Revision Changes Path 1.2 +21 -0 src/sbin/disklabel/disklabel.8 1.7 +47 -1 src/sbin/disklabel/disklabel.c