Changeset c300794 for chapter03/introduction.xml
- Timestamp:
- 06/03/2020 04:57:46 AM (3 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, cross-chap5, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- d53fefa
- Parents:
- aa990c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter03/introduction.xml
raa990c9 rc300794 50 50 <screen role="nodump"><userinput>chmod -v a+wt $LFS/sources</userinput></screen> 51 51 52 <para>An easy way to download all of the packages and patches is by using 53 <ulink url="../wget-list">wget-list</ulink> as an input to 54 <command>wget</command>. For example:</para> 52 <para>There are several ways to optain all the necessary packages and patches 53 to build LFS:</para> 54 55 <itemizedlist> 56 <listitem> 57 <para>The files can be downloaded individually as described in the 58 next two sections.</para> 59 </listitem> 60 <listitem> 61 <para>For stable versions of the book, a tarball of all the needed files 62 can be downloaded from one of the LFS files mirrors listed at 63 <ulink url="http://www.linuxfromscratch.org/mirrors.html#files"/>.</para> 64 </listitem> 65 <listitem> 66 <para>The files can be downloaded using <command>wget</command> and 67 a wget-list as described below.</para> 68 </listitem> 69 </itemizedlist> 70 71 <para>To download all of the packages and patches by using 72 <ulink url="../wget-list">wget-list</ulink> as an input to the 73 <command>wget</command> command, use:</para> 55 74 56 75 <screen role="nodump"><userinput>wget --input-file=wget-list --continue --directory-prefix=$LFS/sources</userinput></screen> … … 62 81 63 82 <screen role="nodump"><userinput>pushd $LFS/sources 64 md5sum -c md5sums83 md5sum -c md5sums 65 84 popd</userinput></screen> 66 85 86 <para>This check can be used after retrieving the needed files with any of the 87 methods listed above.</para> 88 67 89 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.