Ignore:
Timestamp:
06/29/2020 07:55:01 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
c4804e8
Parents:
d4fdde6
Message:

Update to new lfs structure

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter03/introduction.xml

    rd4fdde6 r37e35d2  
    5050<screen role="nodump"><userinput>chmod -v a+wt $LFS/sources</userinput></screen>
    5151
    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>
    5574
    5675<screen role="nodump"><userinput>wget --input-file=wget-list --continue --directory-prefix=$LFS/sources</userinput></screen>
     
    6281
    6382<screen role="nodump"><userinput>pushd $LFS/sources
    64 md5sum -c md5sums
     83  md5sum -c md5sums
    6584popd</userinput></screen>
    6685
     86  <para>This check can be used after retrieving the needed files with any of the
     87  methods listed above.</para>
     88
    6789</sect1>
Note: See TracChangeset for help on using the changeset viewer.