diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-09-15 11:14:10 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-09-15 11:14:10 -0500 |
commit | a5165eb396fcf04192f5afc939e45f2f0984e31d (patch) | |
tree | da0faebb5d13f511f2f5c81cb3c4de9713a90f22 /chapter03/introduction.xml | |
parent | 007d3bcce6dc5aa33a0d74de203f40d00fe3da49 (diff) |
Clarify the contents of the wget-list file
Diffstat (limited to 'chapter03/introduction.xml')
-rw-r--r-- | chapter03/introduction.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 63ec046b5..d535b644e 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -74,6 +74,14 @@ <screen role="nodump"><userinput>wget --input-file=wget-list --continue --directory-prefix=$LFS/sources</userinput></screen> + <note><para> + The <filename>wget-list</filename> file mentioned above retrieves all + packages for both the sysV and systemd versions of LFS. There are a total + of five additional small packages not needed for the currrent book. The + <filename>md5sums</filename> file mentioned below is specific to the + current book. + </para></note> + <para>Additionally, starting with LFS-7.0, there is a separate file, <ulink url="../md5sums">md5sums</ulink>, which can be used to verify that all the correct packages are available before proceeding. Place that file in |