Przeglądaj źródła

Minor tweaks.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2925 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Alex Gronenwoud 22 lat temu
rodzic
commit
5765b1dfab
2 zmienionych plików z 6 dodań i 4 usunięć
  1. 4 2
      chapter01/acknowledgements.xml
  2. 2 2
      chapter06/basic-net.xml

+ 4 - 2
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

+ 2 - 2
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>