Changeset 74296e2


Ignore:
Timestamp:
10/10/2011 05:56:39 PM (13 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1c2d208
Parents:
a7f0b27
Message:

Add a paragraph in Chapter 3.1 about obtaining and using md5sums
for the packages in the book.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9624 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra7f0b27 r74296e2  
    3737
    3838-->
     39    <listitem>
     40      <para>2011-10-10</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Add a paragraph in Chapter 3.1 about obtaining and
     44          using md5sums for the packages in the book.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
    3949    <listitem>
    4050      <para>2011-10-08</para>
  • chapter03/introduction.xml

    ra7f0b27 r74296e2  
    2525  most packages. If this search is unsuccessful, try one of the
    2626  alternative means of downloading discussed at <ulink
    27   url="&lfs-root;lfs/packages.html#packages"/>.</para>
     27  url="&lfs-root;lfs/packages.html#packages"/>. </para>
    2828
    2929  <para>Downloaded packages and patches will need to be stored somewhere
     
    5454  <command>wget</command>. For example:</para>
    5555
    56   <screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen>
     56<screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen>
     57
     58  <para>Additionally, starting with LFS-7.0, there is a separate file,
     59  <ulink url="../md5sums">md5sums</ulink>, can be used to verify that all
     60  the correct packages are available before proceeding.  Place that file in
     61  <filename class="directory">$LFS/sources</filename> and run:</para>
     62
     63<screen role="nodump"><userinput>pushd  $LFS/sources
     64md5sum -c md5sums
     65popd</userinput></screen>
    5766
    5867</sect1>
  • general.ent

    ra7f0b27 r74296e2  
    1 <!ENTITY version "SVN-20111008">
    2 <!ENTITY releasedate "Oct 8, 2011">
     1<!ENTITY version "SVN-20111010">
     2<!ENTITY releasedate "Oct 10, 2011">
    33<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.0">
Note: See TracChangeset for help on using the changeset viewer.