Clear up the Handbook example on adding a swap file

PR:		docs/162597
Submitted by:	R. Clayton <rvclayton at acm dot org>
Reviewed by:	gjb
This commit is contained in:
Manolis Kiagias 2011-11-16 06:55:28 +00:00
parent c8b42a3249
commit c4f7f08d30
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37946

View file

@ -2424,11 +2424,15 @@ kern.maxvnodes: 100000</screen>
<orderedlist>
<listitem>
<para>Be certain that your kernel configuration includes
the memory disk driver (&man.md.4;). It is default in
<filename>GENERIC</filename> kernel.</para>
<para>The <filename>GENERIC</filename> kernel already includes
the memory disk driver (&man.md.4;) required for this operation.
When building a custom kernel, make sure to include the
following line in your custom configuration file:</para>
<programlisting>device md # Memory "disks"</programlisting>
<programlisting>device md</programlisting>
<para>For information on building your own kernel, please refer
to <xref linkend="kernelconfig">.</para>
</listitem>
<listitem>