Changeset 0eb01c0f


Ignore:
Timestamp:
06/17/2005 05:14:06 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
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.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:
d2f9350
Parents:
0e848df
Message:

Removed outdated bootcd page and added a brief description of the LiveCD to section 1.1

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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r0e848df r0eb01c0f  
    8989</listitem>
    9090
     91<listitem><para>June 17th, 2005 [jhuntwork]: Removed outdated bootcd page. Added a brief
     92description of the cd and a link to how.xml, section 1.1.</para></listitem>
     93
    9194<listitem><para>June 16th, 2005 [archaic]: Added installation dependencies for
    9295hotplug.</para></listitem>
  • chapter01/chapter01.xml

    r0e848df r0eb01c0f  
    1313<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="administrativa.xml"/>
    1414<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="askforhelp.xml"/>
    15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootcd.xml"/>
     15<!--<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="livecd.xml"/>-->
    1616
    1717</chapter>
  • chapter01/how.xml

    r0e848df r0eb01c0f  
    88<?dbhtml filename="how.html"?>
    99
    10 <para>The LFS system will be built by using a previously installed
     10<para>The LFS system will be built by using an existing running
    1111Linux distribution (such as Debian, Mandrake, Red Hat, or SuSE). This
    1212existing Linux system (the host) will be used as a starting point to
     
    1515during the distribution installation to be able to access these
    1616tools.</para>
     17
     18<para>As an alternative to installing an entire separate
     19distribution onto your machine, you may wish to use the Linux From
     20Scratch LiveCD. This cd works well as a host sytem, providing all
     21the tools you need to successfully follow the instructions in this
     22book. Additionally, it contains all the source packages, patches and
     23a copy of this book so once you have the cd, no network connection or
     24additional downloads are necessary. For more information about the LFS
     25LiveCD or to download a copy, visit
     26<ulink url="http://linuxfromscratch.org/~jhuntwork/livecd/"/></para>
    1727
    1828<para><xref linkend="chapter-partitioning"/> of this book describes how
  • chapter01/livecd.xml

    r0e848df r0eb01c0f  
    44  %general-entities;
    55]>
    6 <sect1 id="prepare-bootcd">
     6<sect1 id="prepare-livecd">
    77<title>About the Included CD</title>
    8 <?dbhtml filename="bootcd.html"?>
     8<?dbhtml filename="livecd.html"?>
    99
    1010<para>For your convenience, we have included a CD with this book that
  • general.ent

    r0e848df r0eb01c0f  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20050616">
    3 <!ENTITY releasedate "June 16, 2005">
     2<!ENTITY version "SVN-20050617">
     3<!ENTITY releasedate "June 17, 2005">
    44<!ENTITY milestone "6.2">
    55
Note: See TracChangeset for help on using the changeset viewer.