From c3007946a7b0b2c6c19929a1a933ce7fe1558525 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 3 Jun 2020 04:57:46 +0000 Subject: Update to upstream r11892 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/introduction.xml | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) (limited to 'chapter03') diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index e67e62497..7a7626d92 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -49,9 +49,28 @@ chmod -v a+wt $LFS/sources - An easy way to download all of the packages and patches is by using - wget-list as an input to - wget. For example: + There are several ways to optain all the necessary packages and patches + to build LFS: + + + + The files can be downloaded individually as described in the + next two sections. + + + For stable versions of the book, a tarball of all the needed files + can be downloaded from one of the LFS files mirrors listed at + . + + + The files can be downloaded using wget and + a wget-list as described below. + + + + To download all of the packages and patches by using + wget-list as an input to the + wget command, use: wget --input-file=wget-list --continue --directory-prefix=$LFS/sources @@ -61,7 +80,10 @@ $LFS/sources and run: pushd $LFS/sources -md5sum -c md5sums + md5sum -c md5sums popd + This check can be used after retrieving the needed files with any of the + methods listed above. + -- cgit v1.2.3-54-g00ecf