corrected few typos and formatting in DHCP section

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1623 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2003-12-11 17:13:51 +00:00
parent 8a84d1c6fa
commit 4cdfb1be40

View File

@ -86,15 +86,15 @@ cat &gt; /etc/hosts &lt;&lt; "EOF" </command>
<screen><userinput><command>chmod 755 /etc/sysconfig/network-devices/ifup-eth0 &amp;&amp;
chmod 755 /etc/sysconfig/network-devices/ifdown-eth0</command></userinput></screen>
<warning><para>
This script, in it's current state, <emphasis>will</emphasis> cause an
error at shutdown. ATM, It is best to just live with the error. The
network scripts for LFS and BLFS are currently being revised. In the
interim, you can use a simple workaround to rid yourself of the error.
Move K80network in your stop scripts to K49network. You must be
absolutely certain, however, that you have all network filesystems
unmounted before this script is executed.
</para></warning>
<warning><para>This script, in its current state,
<emphasis>will</emphasis> cause an error at shutdown. At the moment, it
is best to just live with the error. The network scripts for
<acronym>LFS</acronym> and <acronym>BLFS</acronym> are currently being
revised. In the interim, you can use a simple workaround to rid yourself
of the error. Move your <filename>K80network</filename> stop scripts to
<filename>K49network</filename>. You must be absolutely certain,
however, that you have all network filesystems unmounted before this
script is executed.</para></warning>
</sect2>