Minor tweaks.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2925 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Alex Gronenwoud 2003-10-05 21:51:26 +00:00
parent 022d450a6d
commit 5765b1dfab
2 changed files with 6 additions and 4 deletions

View File

@ -223,7 +223,8 @@ their past sponsorship of donating various resources to the LFS and related
sub projects.</para></listitem>
<listitem><para><ulink url="mailto:hrx@hrxnet.de">Hagen Herrschaft</ulink>
&lt;hrx@hrxnet.de&gt; for donating a P4 2.2 GHz system.</para></listitem>
&lt;hrx@hrxnet.de&gt; for donating a 2.2 GHz P4 system, now running under the
name of <emphasis>lorien</emphasis>.</para></listitem>
<listitem><para><ulink url="http://www.oreilly.com">O'Reilly</ulink> for
donating books on SQL and PHP.</para></listitem>
@ -234,7 +235,8 @@ a VA Linux 420 (former StartX SP2) workstation.</para></listitem>
<listitem><para><ulink url="mailto:strider@linux.com">Mark Stone</ulink> for
donating <emphasis>shadowfax</emphasis>, the first linuxfromscratch.org
server.</para></listitem>
server, a 750 MHz P3 with 512 MB RAM and two 9 GB SCSI drives. When the server
moved it was renamed to <emphasis>belgarath</emphasis>.</para></listitem>
<listitem><para><ulink url="mailto:highos@linuxfromscratch.org">Jesse
Tie-Ten-Quee</ulink> &lt;highos@linuxfromscratch.org&gt; for donating a Yamaha

View File

@ -9,8 +9,8 @@ some high-quality network information files.</para>
<para>The first step is to create <filename>/etc/hosts</filename>. This file
contains information allowing resolution of host names to IP addresses.
Create a very basic one (we'll make a better one later) with the following
command:</para>
Create a very basic one (we'll make a better one later, but Perl needs it now
for doing some tests) with the following command:</para>
<para><screen><userinput>echo "127.0.0.1 $(hostname) localhost" > /etc/hosts</userinput></screen></para>