In DHCP section:
- s/&os 4.X/&os; 4.X from my previous commit. make(1) built and rendered correctly even without the ";", maybe a "bug"... [1] - Add missing application tags and punctuation fixes. Found by: simon [1]
This commit is contained in:
parent
3ef8e3fa7d
commit
f36f9fec47
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20906
1 changed files with 4 additions and 4 deletions
|
@ -4882,9 +4882,9 @@ nis_client_flags="-S <replaceable>NIS domain</replaceable>,<replaceable>server</
|
|||
|
||||
<para>DHCP is supported by
|
||||
<application>sysinstall</application>. When configuring a
|
||||
network interface within sysinstall, the first question
|
||||
asked is, <quote>Do you want to try DHCP configuration of
|
||||
this interface?</quote> Answering affirmatively will execute
|
||||
network interface within <application>sysinstall</application>, the first question
|
||||
asked is: <quote>Do you want to try DHCP configuration of
|
||||
this interface?</quote>. Answering affirmatively will execute
|
||||
<command>dhclient</command>, and if successful, will fill in
|
||||
the network configuration information automatically.</para>
|
||||
|
||||
|
@ -4898,7 +4898,7 @@ nis_client_flags="-S <replaceable>NIS domain</replaceable>,<replaceable>server</
|
|||
<listitem>
|
||||
<para>Make sure that the <devicename>bpf</devicename>
|
||||
device is compiled into your kernel. To do this, add
|
||||
<literal>device bpf</literal> (<literal>pseudo-device bpf</literal> under &os 4.X) to your kernel
|
||||
<literal>device bpf</literal> (<literal>pseudo-device bpf</literal> under &os; 4.X) to your kernel
|
||||
configuration file, and rebuild the kernel. For more
|
||||
information about building kernels, see <xref
|
||||
linkend="kernelconfig">.</para>
|
||||
|
|
Loading…
Reference in a new issue