diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-06-20 01:21:44 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-06-20 01:21:44 +0000 |
commit | 17afa40fd5fd477c1c58294cf80cf84ebc61caca (patch) | |
tree | 9858b6b09e4dd89382b7c57059fd4d372744c9cc /chapter01 | |
parent | 288dd8aa01e2e72f784d56e27209b321a766264f (diff) |
Removed bootcd.xml, added notes about LiveCD to Section 1.1 (merged from trunk r6046)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6057 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter01/chapter01.xml | 2 | ||||
-rw-r--r-- | chapter01/how.xml | 10 | ||||
-rw-r--r-- | chapter01/livecd.xml (renamed from chapter01/bootcd.xml) | 4 |
4 files changed, 16 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ae4266381..e575e6925 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -84,6 +84,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>June 19th, 2005 [jhuntwork]: Removed outdated bootcd page and added a brief +description of the LiveCD to section 1.1</para></listitem> + <listitem><para>June 16th, 2005 [archaic]: Added installation dependencies for hotplug.</para></listitem> diff --git a/chapter01/chapter01.xml b/chapter01/chapter01.xml index f49267033..15019e65d 100644 --- a/chapter01/chapter01.xml +++ b/chapter01/chapter01.xml @@ -12,6 +12,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="changelog.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="administrativa.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="askforhelp.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootcd.xml"/> +<!--<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="livecd.xml"/>--> </chapter> diff --git a/chapter01/how.xml b/chapter01/how.xml index 2654ce7d3..285bd86eb 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -15,6 +15,16 @@ to build the new system. Select the <quote>development</quote> option during the distribution installation to be able to access these tools.</para> +<para>As an alternative to installing an entire separate +distribution onto your machine, you may wish to use the Linux From +Scratch LiveCD. The CD works well as a host sytem, providing all +the tools you need to successfully follow the instructions in this +book. Additionally, it contains all the source packages, patches and +a copy of this book. So once you have the CD, no network connection or +additional downloads are necessary. For more information about the LFS +LiveCD or to download a copy, visit +<ulink url="http://linuxfromscratch.org/~jhuntwork/livecd/"/></para> + <para><xref linkend="chapter-partitioning"/> of this book describes how to create a new Linux native partition and file system, the place where the new LFS system will be compiled and installed. <xref diff --git a/chapter01/bootcd.xml b/chapter01/livecd.xml index 47542fc6f..d76e58506 100644 --- a/chapter01/bootcd.xml +++ b/chapter01/livecd.xml @@ -3,9 +3,9 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="prepare-bootcd"> +<sect1 id="prepare-livecd"> <title>About the Included CD</title> -<?dbhtml filename="bootcd.html"?> +<?dbhtml filename="livecd.html"?> <para>For your convenience, we have included a CD with this book that contains the source packages needed for creating a Linux From Scratch |