Changeset 58a6bfc


Ignore:
Timestamp:
12/04/2003 03:15:33 AM (20 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cf3d8d89
Parents:
16308d7
Message:

DHCP Fix as per Bug 320

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1577 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/bootscripts.xml

    r16308d7 r58a6bfc  
    6868<command>EOF</command></userinput></screen>
    6969
    70 <para>Finally, we need to make these scripts executable:</para>
     70<para>Next, we need to make corrections to the
     71<filename>/etc/hosts</filename> file.  Be sure to replace
     72<emphasis role="strong">HOSTNAME</emphasis> and
     73<emphasis role="strong">DOMAIN_NAME</emphasis> with apropriate values.</para>
     74
     75<screen><userinput><command>mv -f /etc/hosts /etc/hosts.bak &amp;&amp;
     76cat &gt; /etc/hosts &lt;&lt; "EOF" </command>
     77# Begin /etc/hosts
     78
     79127.0.0.1 HOSTNAME HOSTNAME.DOMAIN_NAME localhost localhost.localdomain
     80
     81# End /etc/hosts
     82<command>EOF</command></userinput></screen>
     83
     84<para>Finally, we need to make the scripts executable:</para>
    7185
    7286<screen><userinput><command>chmod 755 /etc/sysconfig/network-devices/ifup-eth0 &amp;&amp;
  • index.xml

    r16308d7 r58a6bfc  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "CVS-20031202">
    6 <!ENTITY releasedate "December 2nd, 2003">
     5<!ENTITY version "CVS-20031203">
     6<!ENTITY releasedate "December 3rd, 2003">
    77<!ENTITY blfs-version "cvs">
    88
  • introduction/welcome/changelog.xml

    r16308d7 r58a6bfc  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>December 3rd, 2003 [tushar]: Added patch from
     15DJ Lucas for correcting /etc/hosts for DHCP.</para></listitem>
    1316
    1417<listitem><para>December 2nd, 2003 [igor]: Updated to
  • introduction/welcome/credits.xml

    r16308d7 r58a6bfc  
    209209<listitem><para><emphasis>DJ Lucas</emphasis> for contributing to dhcpcd
    210210patch and many contributions while <acronym>DHCP</acronym> section was being
    211 developed.</para></listitem>
     211developed and beyond.</para></listitem>
    212212
    213213<listitem><para><emphasis>Billy O'Connor</emphasis> for building GNOME
Note: See TracChangeset for help on using the changeset viewer.