diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-29 21:21:08 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-29 21:21:08 +0000 |
commit | 2f1cb7da7c0209f3c533468e5c53639511bd944a (patch) | |
tree | b2f9a4ee23c925f51d4c28827785d130369137d4 | |
parent | 59988921ebad528d4b2ea1a78be81f5feee490d5 (diff) |
Add more detailed prerequisites to the prologue
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6914 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | prologue/prerequisites.xml | 19 |
2 files changed, 19 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 28a98b512..e4305ff32 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -122,6 +122,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>September 29, 2005 [matt]: Add more explicit reader +prerequisites (fixes bug 1629).</para></listitem> + <listitem><para>September 29, 2005 [matt]: Add <option>-v</option> to commands that accept it (fixes bug 1612).</para></listitem> diff --git a/prologue/prerequisites.xml b/prologue/prerequisites.xml index e0ce3d035..12622e066 100644 --- a/prologue/prerequisites.xml +++ b/prologue/prerequisites.xml @@ -7,9 +7,22 @@ <title>Prerequisites</title> <?dbhtml filename="prerequisites.html"?> -<para>This book assumes that the reader has a reasonable knowledge of using -and installing Linux software. Before building an LFS system, we -recommend reading the following HOWTOs:</para> +<para>Building an LFS system is not a simple task. It requires a certain level +of existing knowledge of Unix system administration in order to resolve +problems, and correctly execute the commands listed. In particular, as an +absolute minimum, the reader should already have the ability to copy or move +files and directories, list directory and file contents, and change the current +directory. It is also expected that the reader has a reasonable knowledge of +using and installing Linux software.</para> + +<para>Because the LFS book assumes <emphasis>at least</emphasis> this basic +level of skill, the various LFS support forums are unlikely to be able to +provide you with much assistance; you will find that your questions regarding +such basic knowledge will likely go unanswered, or you will simply be referred +to the LFS essential pre-reading list.</para> + +<para>Before building an LFS system, we recommend reading the following HOWTOs: +</para> <itemizedlist> <listitem><para>Software-Building-HOWTO |