Changeset 026bb5d for BOOK/materials/common/introduction.xml
- Timestamp:
- Dec 18, 2013, 1:04:00 AM (12 years ago)
- Children:
- f975b3a
- Parents:
- 1c9985f (diff), 8abef998 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
BOOK/materials/common/introduction.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
BOOK/materials/common/introduction.xml
r1c9985f r026bb5d 46 46 <screen><userinput>chmod -v a+wt ${CLFS}/sources</userinput></screen> 47 47 48 <para>You can download all needed packages and patches either by using the 49 links on the following pages in this section, or by passing the 50 <ulink url="../dl.list">download list</ulink> to <command>wget</command>.</para> 48 <para>You can download all needed packages and patches into this directory 49 either by using the links on the following pages in this section, or by passing 50 the <ulink url="../dl.list">download list</ulink> to <command>wget</command>:</para> 51 52 <screen><userinput>wget -i dl.list -P ${CLFS}/sources</userinput></screen> 53 54 <para>Verification of downloaded packages can be done by downloading the 55 following MD5 or SHA1 checksum lists:</para> 56 57 <para><ulink url="/files/packages/git/MD5SUMS">MD5SUMS</ulink>:</para> 58 59 <screen><userinput>pushd ${CLFS}/sources 60 md5sum -c MD5SUMS 61 popd</userinput></screen> 62 63 <para><ulink url="/files/packages/git/SHA1SUMS">SHA1SUMS</ulink>:</para> 64 65 <screen><userinput>pushd ${CLFS}/sources 66 sha1sum -c SHA1SUMS 67 popd</userinput></screen> 51 68 52 69 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.
