Fix a reference to NFS that really was talking about DHCP.
Submitted by: butch@jameswhitby.org on doc@
This commit is contained in:
parent
6e060d9669
commit
c8e2be5f8b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46054
1 changed files with 2 additions and 2 deletions
|
@ -4083,13 +4083,13 @@ Received 264951 bytes in 0.1 seconds</screen>
|
|||
<para>The <literal>root-path</literal> option defines the path
|
||||
to the <acronym>NFS</acronym> root file system.</para>
|
||||
|
||||
<para>Once the edits are saved, enable <acronym>NFS</acronym> at
|
||||
<para>Once the edits are saved, enable <acronym>DHCP</acronym> at
|
||||
boot time by adding the following line to
|
||||
<filename>/etc/rc.conf</filename>:</para>
|
||||
|
||||
<programlisting>dhcpd_enable="YES"</programlisting>
|
||||
|
||||
<para>Then, start the <acronym>DHCP</acronym> service:</para>
|
||||
<para>Then start the <acronym>DHCP</acronym> service:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>service isc-dhcpd start</userinput></screen>
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in a new issue