- Update a bit the Partition Layout example to match 7.X requirements;
- Inform the reader that the default sizes provided by the Auto Default mode are based on the size of the disk (present in the machine). (2 related screenshots will be updated in few hours) Requested by: many
This commit is contained in:
parent
53501e1278
commit
5caed5c4c1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31568
1 changed files with 7 additions and 7 deletions
|
@ -1799,13 +1799,13 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<entry><filename>/</filename></entry>
|
||||
|
||||
<entry>128 MB</entry>
|
||||
<entry>512 MB</entry>
|
||||
|
||||
<entry>This is the root filesystem. Every other filesystem
|
||||
will be mounted somewhere under this one. 128 MB is a
|
||||
will be mounted somewhere under this one. 512 MB is a
|
||||
reasonable size for this filesystem. You will not be storing
|
||||
too much data on it, as a regular FreeBSD install will put
|
||||
about 40 MB of data here. The remaining space is for temporary
|
||||
about 128 MB of data here. The remaining space is for temporary
|
||||
data, and also leaves expansion space if future versions of
|
||||
FreeBSD need more space in <filename>/</filename>.</entry>
|
||||
</row>
|
||||
|
@ -1841,7 +1841,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<entry><filename>/var</filename></entry>
|
||||
|
||||
<entry>256 MB</entry>
|
||||
<entry>256 MB to 1024 MB</entry>
|
||||
|
||||
<entry>The <filename>/var</filename> directory contains
|
||||
files that are constantly varying;
|
||||
|
@ -1858,7 +1858,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<entry><filename>/usr</filename></entry>
|
||||
|
||||
<entry>Rest of disk</entry>
|
||||
<entry>Rest of disk (at least 2 GB)</entry>
|
||||
|
||||
<entry>All your other files will typically be stored in
|
||||
<filename>/usr</filename> and its subdirectories.</entry>
|
||||
|
@ -1982,7 +1982,7 @@ Mounting root from ufs:/dev/md0c
|
|||
</figure>
|
||||
|
||||
<para><application>Disklabel</application> can automatically create
|
||||
partitions for you and assign them default sizes. Try this now, by
|
||||
partitions for you and assign them default sizes. The default sizes are calculated with the help of an internal partition sizing algorithm based on the disk size. Try this now, by
|
||||
Pressing <keycap>A</keycap>. You will see a display similar to that
|
||||
shown in <xref linkend="sysinstall-label2">. Depending on the size of
|
||||
the disk you are using, the defaults may or may not be appropriate.
|
||||
|
@ -2046,7 +2046,7 @@ Mounting root from ufs:/dev/md0c
|
|||
rest of the slice. If you are using the partition sizes described
|
||||
in the earlier example, then delete the existing figure using
|
||||
<keycap>Backspace</keycap>, and then type in
|
||||
<userinput>128M</userinput>, as shown in
|
||||
<userinput>512M</userinput>, as shown in
|
||||
<xref linkend="sysinstall-label-add2">. Then press
|
||||
&gui.ok;.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue