Changeset 76f5964


Ignore:
Timestamp:
10/26/2002 04:30:46 AM (22 years ago)
Author:
Timothy Bauscher <timothy@…>
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.0, 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, v4_1, v5_0, v5_1, v5_1_1, 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:
90d84f5
Parents:
50b7320
Message:

Added "Prerequisites" section.

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

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r50b7320 r76f5964  
    4141</itemizedlist>
    4242</para></listitem>
     43
     44<listitem><para>October 25th, 2002 [timothy]: Preface: Added
     45"Prerequisites" section.</para></listitem>
    4346
    4447<listitem><para>October 25th, 2002 [timothy]: Chapter 09: Added "What now?"
  • chapter08/kernel.xml

    r50b7320 r76f5964  
    2929<filename>/usr/src/linux-&kernel-version;/Documentation</filename>. The
    3030modules.conf man page and the kernel HOWTO at
    31 <ulink url="http://www.tldp.org/HOWTO/Kernel-HOWTO.html"/> may also be of
     31<ulink url="&tldp-root;HOWTO/Kernel-HOWTO.html"/> may also be of
    3232interest to you.</para>
    3333
  • chapter09/whatnow.xml

    r50b7320 r76f5964  
    3434all of the issues of Linux documentation. The LDP features a large collection
    3535of HOWTOs, Guides and man pages; it may be found at
    36 <ulink url="http://www.tldp.org/"/>.</para></listitem>
     36<ulink url="&tldp-root;"/>.</para></listitem>
    3737
    3838</itemizedlist>
  • entities/preface.ent

    r50b7320 r76f5964  
    33<!ENTITY pf-whoread SYSTEM "../preface/whoread.xml">
    44<!ENTITY pf-whonotread SYSTEM "../preface/whonotread.xml">
     5<!ENTITY pf-prerequisites SYSTEM "../preface/prerequisites.xml">
    56<!ENTITY pf-organization SYSTEM "../preface/organization.xml">
    67<!ENTITY pf-oz-organpart1 SYSTEM "../preface/organpart1.xml">
  • index.xml

    r50b7320 r76f5964  
    1515<!ENTITY hints-index "http://hints.linuxfromscratch.org/hints.shtml">
    1616<!ENTITY blfs-root "http://beyond.linuxfromscratch.org/">
     17<!ENTITY tldp-root "http://www.tldp.org/">
    1718
    1819<!ENTITY all-version "cvs-20021023-1707">
  • preface/preface.xml

    r50b7320 r76f5964  
    66&pf-whoread;
    77&pf-whonotread;
     8&pf-prerequisites;
    89&pf-organization;
    910
Note: See TracChangeset for help on using the changeset viewer.