瀏覽代碼

Add an example of how to use wget-list

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9408 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 14 年之前
父節點
當前提交
35ac5f8738
共有 3 個文件被更改,包括 15 次插入3 次删除
  1. 10 0
      chapter01/changelog.xml
  2. 3 1
      chapter03/introduction.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>2010-10-27</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] Add an example on how to use wget-list.  Fixes
+          <ulink url="&lfs-ticket-root;2778">#2778</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2010-10-26</para>
       <itemizedlist>

+ 3 - 1
chapter03/introduction.xml

@@ -51,6 +51,8 @@
 
   <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>.</para>
+  <command>wget</command>. For example:</para>
+
+  <screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen> 
 
 </sect1>

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20101026">
-<!ENTITY releasedate "October 26, 2010">
+<!ENTITY version "SVN-20101027">
+<!ENTITY releasedate "October 27, 2010">
 <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "6.8">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->