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