We support UFS2 now, but without it documented how will users know about it?
Provide a note so that users will understand how to set UFS2 during the sysinstall(8) disklabel(8) process.
This commit is contained in:
parent
942550c39e
commit
d960439e66
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15529
1 changed files with 8 additions and 0 deletions
|
@ -2516,6 +2516,14 @@ Mounting root from ufs:/dev/md0c
|
|||
<literal>G</literal> for gigabytes, or <literal>C</literal> for
|
||||
cylinders.</para>
|
||||
|
||||
<note><para>Beginning with FreeBSD 5.x, users can select
|
||||
<acronym>UFS2</acronym> using the Custom Newfs
|
||||
(<keycap>Z</keycap>) option. Either create labels with
|
||||
Auto Defaults and modify them with the Custom Newfs option, or
|
||||
add <option>-O 2</option> during the regurlar creation period.
|
||||
Do not forget to add -U for softupdates if you use the Custom Newfs
|
||||
option!</para></note>
|
||||
|
||||
<figure id="sysinstall-label-add">
|
||||
<title>Free Space For Root Partition</title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue