Changeset ae79672 for chapter03


Ignore:
Timestamp:
12/19/2004 07:50:52 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
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, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 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:
e431af69
Parents:
86ca6e7
Message:

More text dropped.

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

Location:
chapter03
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter03/introduction.xml

    r86ca6e7 rae79672  
    88<?dbhtml filename="introduction.html"?>
    99
     10<!--
    1011<para>Below is a list of packages you need to download for building a basic
    1112Linux system. The listed version numbers correspond to versions of the
     
    3839<para>So you may want to execute, as <emphasis>root</emphasis>, the following
    3940command before starting your download session:</para>
     41-->
    4042
    4143<screen><userinput>mkdir $LFS/sources</userinput></screen>
    4244
    43 <para>And make this directory writable (and sticky) for your normal user -- as
     45<!--
     46<para>And make this directory writable (and sticky) for your normal user - as
    4447you won't do the downloading as <emphasis>root</emphasis>, we guess:</para>
     48-->
    4549
    4650<screen><userinput>chmod a+wt $LFS/sources</userinput></screen>
  • chapter03/packages.xml

    r86ca6e7 rae79672  
    133133
    134134<varlistentry>
    135 <term>Glibc (&glibc-version;) - 13,800 KB: -- <emphasis>(see Note 1 below)</emphasis></term>
     135<term>Glibc (&glibc-version;) - 13,800 KB: </term>
    136136<listitem>
    137137<para><ulink url="ftp://sources.redhat.com/pub/glibc/snapshots/"/></para>
     
    428428</variablelist>
    429429
     430<!--
    430431<para>Total size of these packages: 135 MB</para>
     432-->
    431433
    432434</sect1>
  • chapter03/patches.xml

    r86ca6e7 rae79672  
    88<?dbhtml filename="patches.html"?>
    99
     10<!--
    1011<para>Besides all those packages, you'll also need several patches. These
    1112correct tiny mistakes in the packages that should be fixed by the maintainer,
    1213or just make some small modifications to bend things our way. You'll need the
    1314following:</para>
     15-->
    1416
    1517<variablelist role="materials">
    16 <bridgehead renderas="sect3">Patches</bridgehead>
    1718
    1819<varlistentry>
     
    150151</variablelist>
    151152
     153<!--
    152154<para>In addition to the above required patches, there exist a number of
    153155optional ones created by the LFS community. Most of these solve slight
     
    155157Feel free to examine the patches database, located at <ulink url="&lfs-root;patches/"/>,
    156158and pick any additional patches you wish to use.</para>
     159-->
    157160
    158161</sect1>
Note: See TracChangeset for help on using the changeset viewer.