Author: pierre
Date: Tue Jun  2 21:57:46 2020
New Revision: 11893

Log:
Update to upstream r11892

Modified:
   branches/cross-chap5/chapter03/introduction.xml
   branches/cross-chap5/chapter07/network.xml
   branches/cross-chap5/chapter07/networkd.xml

Modified: branches/cross-chap5/chapter03/introduction.xml
==============================================================================
--- branches/cross-chap5/chapter03/introduction.xml     Mon Jun  1 13:38:04 
2020        (r11892)
+++ branches/cross-chap5/chapter03/introduction.xml     Tue Jun  2 21:57:46 
2020        (r11893)
@@ -49,9 +49,28 @@
 
 <screen role="nodump"><userinput>chmod -v a+wt 
$LFS/sources</userinput></screen>
 
-  <para>An easy way to download all of the packages and patches is by using
-  <ulink url="../wget-list">wget-list</ulink> as an input to
-  <command>wget</command>. For example:</para>
+  <para>There are several ways to optain all the necessary packages and patches
+  to build LFS:</para>
+
+  <itemizedlist>
+    <listitem>
+      <para>The files can be downloaded individually as described in the 
+      next two sections.</para>
+    </listitem>
+    <listitem>
+      <para>For stable versions of the book, a tarball of all the needed files 
+      can be downloaded from one of the LFS files mirrors listed at
+      <ulink url="http://www.linuxfromscratch.org/mirrors.html#files"/>.</para>
+    </listitem>
+    <listitem>
+      <para>The files can be downloaded using <command>wget</command> and
+      a wget-list as described below.</para>
+    </listitem>
+  </itemizedlist>
+
+  <para>To download all of the packages and patches by using
+  <ulink url="../wget-list">wget-list</ulink> as an input to the
+  <command>wget</command> command, use:</para>
 
 <screen role="nodump"><userinput>wget --input-file=wget-list --continue 
--directory-prefix=$LFS/sources</userinput></screen>
 
@@ -61,7 +80,10 @@
   <filename class="directory">$LFS/sources</filename> and run:</para>
 
 <screen role="nodump"><userinput>pushd $LFS/sources
-md5sum -c md5sums
+  md5sum -c md5sums
 popd</userinput></screen>
 
+  <para>This check can be used after retrieving the needed files with any of 
the 
+  methods listed above.</para>
+
 </sect1>

Modified: branches/cross-chap5/chapter07/network.xml
==============================================================================
--- branches/cross-chap5/chapter07/network.xml  Mon Jun  1 13:38:04 2020        
(r11892)
+++ branches/cross-chap5/chapter07/network.xml  Tue Jun  2 21:57:46 2020        
(r11893)
@@ -208,7 +208,7 @@
 <screen><userinput>cat &gt; /etc/hosts &lt;&lt; "EOF"
 <literal># Begin /etc/hosts
 
-127.0.0.1 localhost
+127.0.0.1 localhost.localdomain localhost
 127.0.1.1 <replaceable>&lt;FQDN&gt;</replaceable> 
<replaceable>&lt;HOSTNAME&gt;</replaceable>
 <replaceable>&lt;192.168.1.1&gt;</replaceable> 
<replaceable>&lt;FQDN&gt;</replaceable> 
<replaceable>&lt;HOSTNAME&gt;</replaceable> <replaceable>[alias1] [alias2 
...]</replaceable>
 ::1       localhost ip6-localhost ip6-loopback

Modified: branches/cross-chap5/chapter07/networkd.xml
==============================================================================
--- branches/cross-chap5/chapter07/networkd.xml Mon Jun  1 13:38:04 2020        
(r11892)
+++ branches/cross-chap5/chapter07/networkd.xml Tue Jun  2 21:57:46 2020        
(r11893)
@@ -294,7 +294,7 @@
 <screen role="nodump"><userinput>cat &gt; /etc/hosts &lt;&lt; "EOF"
 <literal># Begin /etc/hosts
 
-127.0.0.1 localhost
+127.0.0.1 localhost.localdomain localhost
 127.0.1.1 <replaceable>&lt;FQDN&gt;</replaceable> 
<replaceable>&lt;HOSTNAME&gt;</replaceable>
 ::1       localhost ip6-localhost ip6-loopback
 ff02::1   ip6-allnodes
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to