diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-06-17 17:14:06 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-06-17 17:14:06 +0000 |
commit | 0eb01c0fdc9d8f05ccf9bf6ec3f01acee99c0b88 (patch) | |
tree | 62a6e771d2c4055fb421a753b0b0085be7349a47 /chapter01/how.xml | |
parent | 0e848df6d96a4817fa30faa0eebc63712f77e440 (diff) |
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
Diffstat (limited to 'chapter01/how.xml')
-rw-r--r-- | chapter01/how.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/chapter01/how.xml b/chapter01/how.xml index 2654ce7d3..e30070a24 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -7,7 +7,7 @@ <title>How to Build an LFS System</title> <?dbhtml filename="how.html"?> -<para>The LFS system will be built by using a previously installed +<para>The LFS system will be built by using an existing running Linux distribution (such as Debian, Mandrake, Red Hat, or SuSE). This existing Linux system (the host) will be used as a starting point to provide necessary programs, including a compiler, linker, and shell, @@ -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. This 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 |