Changeset 348e150 for BOOK/materials


Ignore:
Timestamp:
Jul 27, 2013, 10:41:14 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
eed63c5
Parents:
4739fcd
Message:

Add wget download list example. Add sha1sum and md5sum checksum list download and examples.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/materials/common/introduction.xml

    r4739fcd r348e150  
    4848  <para>You can download all needed packages and patches into this directory
    4949either 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>
     50the <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
     55following 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
     60md5sum -c MD5SUMS
     61popd</userinput></screen>
     62
     63  <para><ulink url="../../files/packages/git/SHA1SUMS">SHA1SUMS</ulink>:</para>
     64
     65<screen><userinput>pushd ${CLFS}/sources
     66md5sum -c SHA1SUMS
     67popd</userinput></screen>
    5168
    5269</sect1>
Note: See TracChangeset for help on using the changeset viewer.