aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/acknowledgements.xml6
-rw-r--r--chapter06/basic-net.xml4
2 files changed, 6 insertions, 4 deletions
diff --git a/chapter01/acknowledgements.xml b/chapter01/acknowledgements.xml
index 81289576b..5f3d1fcea 100644
--- a/chapter01/acknowledgements.xml
+++ b/chapter01/acknowledgements.xml
@@ -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
diff --git a/chapter06/basic-net.xml b/chapter06/basic-net.xml
index dc419ecd0..8b537a76e 100644
--- a/chapter06/basic-net.xml
+++ b/chapter06/basic-net.xml
@@ -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>