Update the arguments passed to swapon on FreeBSD 10.0 and later to be '-aL'
instead of '-aq' since after r255265 the option file= implies late Differential Revision: D3429 Submitted by: Michael Koch <charlie8913@gmail.com> Approved by: hrs@ (mentor)
This commit is contained in:
parent
9cc475e5d9
commit
e16fe30f0a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47291
1 changed files with 1 additions and 1 deletions
|
@ -2807,7 +2807,7 @@ kern.maxvnodes: 100000</screen>
|
|||
<para>Swap space will be added on system startup. To add
|
||||
swap space immediately, use &man.swapon.8;:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>swapon -aq</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>swapon -aL</userinput></screen>
|
||||
</step>
|
||||
</procedure>
|
||||
</example>
|
||||
|
|
Loading…
Reference in a new issue