diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-06-21 15:17:03 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-06-21 15:22:27 +0800 |
commit | ca22630e6aa06c75b222d9d6b7f65cab3d27583b (patch) | |
tree | ac6fca0995f4b2f13e115b61a778a0f02cb2a945 /chapter03 | |
parent | c7b29be1c1fe428bc58f7abda78f53bc9f7db7bb (diff) |
provide revision-specific wget-list-$(REV) file
It's irrational to force a sysv builder to download systemd, or vice
versa. But we cannot simply make wget-list specific for revision: IIRC
the wget-list file with all packages in either revision is used by some
scripts on rivendell. So we keep wget-list as is, and provide a new
wget-list-$(REV) file which only contains the packages for one revision.
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/introduction.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index bc95ed071..76fd5ee12 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -79,11 +79,11 @@ </itemizedlist> <para>To download all of the packages and patches by using - <ulink url="../wget-list">wget-list</ulink> as an input to the - <command>wget</command> command, use:</para> - -<screen role="nodump"><userinput>wget --input-file=wget-list --continue --directory-prefix=$LFS/sources</userinput></screen> + <ulink url="../&wget-list;">&wget-list;</ulink> + as an input to the <command>wget</command> command, use:</para> +<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 @@ -91,7 +91,7 @@ <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 |