mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Minor tweaks.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2925 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
022d450a6d
commit
5765b1dfab
@ -223,7 +223,8 @@ their past sponsorship of donating various resources to the LFS and related
|
|||||||
sub projects.</para></listitem>
|
sub projects.</para></listitem>
|
||||||
|
|
||||||
<listitem><para><ulink url="mailto:hrx@hrxnet.de">Hagen Herrschaft</ulink>
|
<listitem><para><ulink url="mailto:hrx@hrxnet.de">Hagen Herrschaft</ulink>
|
||||||
<hrx@hrxnet.de> for donating a P4 2.2 GHz system.</para></listitem>
|
<hrx@hrxnet.de> 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
|
<listitem><para><ulink url="http://www.oreilly.com">O'Reilly</ulink> for
|
||||||
donating books on SQL and PHP.</para></listitem>
|
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
|
<listitem><para><ulink url="mailto:strider@linux.com">Mark Stone</ulink> for
|
||||||
donating <emphasis>shadowfax</emphasis>, the first linuxfromscratch.org
|
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
|
<listitem><para><ulink url="mailto:highos@linuxfromscratch.org">Jesse
|
||||||
Tie-Ten-Quee</ulink> <highos@linuxfromscratch.org> for donating a Yamaha
|
Tie-Ten-Quee</ulink> <highos@linuxfromscratch.org> for donating a Yamaha
|
||||||
|
@ -9,8 +9,8 @@ some high-quality network information files.</para>
|
|||||||
|
|
||||||
<para>The first step is to create <filename>/etc/hosts</filename>. This file
|
<para>The first step is to create <filename>/etc/hosts</filename>. This file
|
||||||
contains information allowing resolution of host names to IP addresses.
|
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
|
Create a very basic one (we'll make a better one later, but Perl needs it now
|
||||||
command:</para>
|
for doing some tests) with the following command:</para>
|
||||||
|
|
||||||
<para><screen><userinput>echo "127.0.0.1 $(hostname) localhost" > /etc/hosts</userinput></screen></para>
|
<para><screen><userinput>echo "127.0.0.1 $(hostname) localhost" > /etc/hosts</userinput></screen></para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user