]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add an -f option (for force) to the create command. The -f option
authorMarcel Moolenaar <marcel@FreeBSD.org>
Sat, 13 Nov 2004 05:13:33 +0000 (05:13 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Sat, 13 Nov 2004 05:13:33 +0000 (05:13 +0000)
commit597c201050ea0d1692631a4225e34c0b0e6d19bb
tree13b84cbffe5362cd195b061115f2dcc369686294
parent8b6fc67a4955f6c743c703736e6a82713f2d9774
Add an -f option (for force) to the create command. The -f option
allows the user to force the creation of a GPT even when there's a
MBR on the device. The MBR is simply wiped and any partitions
described by it are lost. Without the -f option one cannot create
a GPT when there's a MBR.
sbin/gpt/create.c
sbin/gpt/gpt.8