diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter03/introduction.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 56ccc3726..3af05c0c2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-02-08</para> <itemizedlist> <listitem> + <para>[matthew] - Added a link to the wget-list file. Fixes + <ulink url="&lfs-ticket-root;2333">#2333</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgraded to Module-init-Tools-3.6. Fixes <ulink url="&lfs-ticket-root;2343">#2343</ulink>.</para> </listitem> 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> |