diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-08 18:50:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-08 18:50:48 +0000 |
commit | d1e71b1d87143895d1b18472a64b0d1f856f8324 (patch) | |
tree | 071d2235183eefd8ce90c8e82f8431a0e12c53c9 /chapter03 | |
parent | 8fa3cafccef241ce19a11667375d2124d9b54817 (diff) |
Add a link to the automatically generated wget-list file. Fixes #2333.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/introduction.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 18874becb..1cb5c1b4a 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -49,4 +49,8 @@ <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>.</para> + </sect1> |