Add index entries to the diskless boot section.

Partially submitted by:	Johann Kois <J.Kois@web.de>
This commit is contained in:
Martin Heinen 2003-05-21 23:20:41 +00:00
parent a0293ec921
commit b87eb401a3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17056

View file

@ -1719,6 +1719,10 @@ Exports list on foobar:
<sect3> <sect3>
<title>Configuring DHCP/BOOTP</title> <title>Configuring DHCP/BOOTP</title>
<indexterm>
<primary>diskless operation</primary>
<secondary>booting</secondary>
</indexterm>
<para>There are two protocols that are commonly used to boot a <para>There are two protocols that are commonly used to boot a
workstation that retrieves its configuration over the network: BOOTP workstation that retrieves its configuration over the network: BOOTP
@ -1747,6 +1751,10 @@ Exports list on foobar:
<sect4> <sect4>
<title>Configuration Using ISC DHCP</title> <title>Configuration Using ISC DHCP</title>
<indexterm>
<primary>DHCP</primary>
<secondary>diskless operation</secondary>
</indexterm>
<para>The <application>isc-dhcp</application> server can answer <para>The <application>isc-dhcp</application> server can answer
both BOOTP and DHCP requests.</para> both BOOTP and DHCP requests.</para>
@ -1824,6 +1832,10 @@ Exports list on foobar:
</sect4> </sect4>
<sect4> <sect4>
<title>Configuration Using BOOTP</title> <title>Configuration Using BOOTP</title>
<indexterm>
<primary>BOOTP</primary>
<secondary>diskless operation</secondary>
</indexterm>
<para>Here follows an equivalent <command>bootpd</command> <para>Here follows an equivalent <command>bootpd</command>
configuration. This would be found in configuration. This would be found in
@ -1855,6 +1867,10 @@ Exports list on foobar:
<title>Preparing a Boot Program with <title>Preparing a Boot Program with
<application>Etherboot</application></title> <application>Etherboot</application></title>
<indexterm>
<primary>Etherboot</primary>
</indexterm>
<para><ulink url="http://etherboot.sourceforge.net">Etherboot's Web <para><ulink url="http://etherboot.sourceforge.net">Etherboot's Web
site</ulink> contains site</ulink> contains
<ulink url="http://etherboot.sourceforge.net/doc/html/userman.html"> <ulink url="http://etherboot.sourceforge.net/doc/html/userman.html">
@ -1898,6 +1914,15 @@ Exports list on foobar:
<sect3> <sect3>
<title>Configuring the TFTP and NFS Servers</title> <title>Configuring the TFTP and NFS Servers</title>
<indexterm>
<primary>TFTP</primary>
<secondary>diskless operation</secondary>
</indexterm>
<indexterm>
<primary>NFS</primary>
<secondary>diskless operation</secondary>
</indexterm>
<para>You need to enable <command>tftpd</command> on the TFTP <para>You need to enable <command>tftpd</command> on the TFTP
server:</para> server:</para>
<procedure> <procedure>
@ -1962,6 +1987,11 @@ Exports list on foobar:
<sect3> <sect3>
<title>Building a Diskless Kernel</title> <title>Building a Diskless Kernel</title>
<indexterm>
<primary>diskless operation</primary>
<secondary>kernel configuration</secondary>
</indexterm>
<para>Create a kernel configuration file for the diskless client <para>Create a kernel configuration file for the diskless client
with the following options (in addition to the usual with the following options (in addition to the usual
ones):</para> ones):</para>
@ -1985,6 +2015,11 @@ Exports list on foobar:
<sect3> <sect3>
<title>Preparing the root Filesystem</title> <title>Preparing the root Filesystem</title>
<indexterm>
<primary>root file system</primary>
<secondary>diskless operation</secondary>
</indexterm>
<para>You need to create a root filesystem for the diskless <para>You need to create a root filesystem for the diskless
workstations, in the location listed as workstations, in the location listed as
<literal>root-path</literal> in <literal>root-path</literal> in
@ -2084,6 +2119,13 @@ Exports list on foobar:
<sect4> <sect4>
<title>Running with a read-only <filename>/usr</filename></title <title>Running with a read-only <filename>/usr</filename></title
<indexterm>
<primary>/usr</primary>
<secondary>diskless operation</secondary>
<tertiary>read-only</tertiary>
</indexterm>
<para>If the diskless workstation is configured to run X, you <para>If the diskless workstation is configured to run X, you
will have to adjust the xdm configuration file, which puts will have to adjust the xdm configuration file, which puts
the error log on <filename>/usr</filename> by default.</para> the error log on <filename>/usr</filename> by default.</para>
@ -2116,6 +2158,10 @@ Exports list on foobar:
<sect1 id="network-isdn"> <sect1 id="network-isdn">
<title>ISDN</title> <title>ISDN</title>
<indexterm>
<primary>ISDN</primary>
</indexterm>
<para>A good resource for information on ISDN technology and hardware is <para>A good resource for information on ISDN technology and hardware is
<ulink url="http://alumni.caltech.edu/~dank/isdn/">Dan Kegel's ISDN <ulink url="http://alumni.caltech.edu/~dank/isdn/">Dan Kegel's ISDN
Page</ulink>.</para> Page</ulink>.</para>