Update the example used to add a freebsd partition. The example
was incorrect. Submitted by: Venelin Despotov <venelin.despotov@gmail.com>
This commit is contained in:
parent
f8cb9d0265
commit
730c8f2002
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39988
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ Done.</screen>
|
|||
<devicename>ada0</devicename>.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>gpart create -s MBR mirror/gm0</userinput>
|
||||
&prompt.root; <userinput>gpart add -t -a 4kfreebsd mirror/gm0</userinput>
|
||||
&prompt.root; <userinput>gpart add -t freebsd -a 4k mirror/gm0</userinput>
|
||||
&prompt.root; <userinput>gpart show mirror/gm0</userinput>
|
||||
=> 63 156301423 mirror/gm0 MBR (74G)
|
||||
63 63 - free - (31k)
|
||||
|
|
Loading…
Reference in a new issue