diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-01 14:54:16 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-01 14:54:16 +0000 |
commit | 7380c3aaa8bb1f4ed2960ff01a9ab89f725a3605 (patch) | |
tree | 8dff9d828cd30cad42a39daf13f478f38630367a /prologue | |
parent | 3a964dbb0b595f3aa0f038377ba7b8d40b6458d8 (diff) |
Increase host requirement for tar to version 1.22.
Replace an old link to building software in Prerequisites section.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 2 | ||||
-rw-r--r-- | prologue/prerequisites.xml | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index a2f5fa97e..61c900419 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -130,7 +130,7 @@ </listitem> <listitem> - <para><emphasis role="strong">Tar-1.18</emphasis></para> + <para><emphasis role="strong">Tar-1.22</emphasis></para> </listitem> <listitem> diff --git a/prologue/prerequisites.xml b/prologue/prerequisites.xml index 3da5037dc..05701ffb2 100644 --- a/prologue/prerequisites.xml +++ b/prologue/prerequisites.xml @@ -25,8 +25,7 @@ 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> + <para>Before building an LFS system, we recommend reading the following:</para> <itemizedlist> <listitem> @@ -40,11 +39,11 @@ </listitem> <listitem> - <para>The Linux Users' Guide - <ulink url="http://tldp.org/pub/Linux/docs/ldp-archived/users-guide/"/></para> + <para>Beginner's Guide to Installing from Source + <ulink url="http://moi.vonos.net/linux/beginners-installing-from-source/"/></para> - <para>This guide covers the usage of assorted Linux software. This - reference is also fairly old, but still valid.</para> + <para>This guide provides a good summary of basic skills and + techniques needed to build software from source code.</para> </listitem> <!-- <listitem> |