Add prerequisites to the chapter synopsis. Users should know how to

build and install a custom kernel before reading these chapters.
This commit is contained in:
Murray Stokely 2004-07-13 05:19:27 +00:00
parent 1ffd2e8bc6
commit 6f04b3910f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21464
2 changed files with 21 additions and 0 deletions

View file

@ -60,6 +60,17 @@
<listitem>
<para>Be familiar with basic network terminology.</para>
</listitem>
<listitem>
<para>Know how to configure and install a new FreeBSD kernel
(<xref linkend="kernelconfig">).</para>
</listitem>
<listitem>
<para>Know how to install additional third-party
software (<xref linkend="ports">).</para>
</listitem>
</itemizedlist>
</sect1>

View file

@ -50,6 +50,16 @@
<para>What snapshots are and how to use them efficiently.</para>
</listitem>
</itemizedlist>
<para>Before reading this chapter, you should:</para>
<itemizedlist>
<listitem>
<para>Know how to configure and install a new FreeBSD kernel
(<xref linkend="kernelconfig">).</para>
</listitem>
</itemizedlist>
</sect1>
<sect1 id="disks-naming">