]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Finally implement the "auto" disktype. It attempts to get all the
authorJoerg Wunsch <joerg@FreeBSD.org>
Mon, 22 Jan 1996 01:01:15 +0000 (01:01 +0000)
committerJoerg Wunsch <joerg@FreeBSD.org>
Mon, 22 Jan 1996 01:01:15 +0000 (01:01 +0000)
commit425bed3abfd52960840d5124f7d7db7a93f47cd3
tree5576c9391cf0e505da676bd2b14affcd1ecc20c4
parentaaf0927a09615af89a260c3577bc45c0ad84bba8
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
sbin/bsdlabel/bsdlabel.8
sbin/bsdlabel/bsdlabel.c
sbin/disklabel/disklabel.8
sbin/disklabel/disklabel.c