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
This commit is contained in:
Bruce Dubbs 2010-10-28 01:51:09 +00:00
parent 95c681a23d
commit 35ac5f8738
3 changed files with 15 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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}]" -->