- Fix example fstab entry for file-backed swap: late option is required
PR: 206715 Approved by: wblock Differential Revision: D5636
This commit is contained in:
parent
4f2cfad548
commit
a903f7a6e9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48421
1 changed files with 1 additions and 1 deletions
|
@ -2816,7 +2816,7 @@ kern.maxvnodes: 100000</screen>
|
|||
<para>Inform the system about the swap file by adding a
|
||||
line to <filename>/etc/fstab</filename>:</para>
|
||||
|
||||
<programlisting>md99 none swap sw,file=/usr/swap0 0 0</programlisting>
|
||||
<programlisting>md99 none swap sw,file=/usr/swap0,late 0 0</programlisting>
|
||||
|
||||
<para>The &man.md.4; device <filename>md99</filename> is
|
||||
used, leaving lower device numbers available for
|
||||
|
|
Loading…
Reference in a new issue