aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03/introduction.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-12-19 19:50:52 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-12-19 19:50:52 +0000
commitae79672711d932594ad1ca8a0af33edf6a46aa46 (patch)
tree67cf79220b8b1fe09e58d72c1dbbfce839b872e4 /chapter03/introduction.xml
parent86ca6e777e71b58416bb3e024f56a59a1ab2796d (diff)
More text dropped.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4425 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/introduction.xml')
-rw-r--r--chapter03/introduction.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml
index 7fa9ecdd5..4c42bdd36 100644
--- a/chapter03/introduction.xml
+++ b/chapter03/introduction.xml
@@ -7,6 +7,7 @@
<title>Introduction</title>
<?dbhtml filename="introduction.html"?>
+<!--
<para>Below is a list of packages you need to download for building a basic
Linux system. The listed version numbers correspond to versions of the
software that are <emphasis>known</emphasis> to work, and this book is
@@ -37,11 +38,14 @@ during all stages of the building process.</para>
<para>So you may want to execute, as <emphasis>root</emphasis>, the following
command before starting your download session:</para>
+-->
<screen><userinput>mkdir $LFS/sources</userinput></screen>
-<para>And make this directory writable (and sticky) for your normal user -- as
+<!--
+<para>And make this directory writable (and sticky) for your normal user - as
you won't do the downloading as <emphasis>root</emphasis>, we guess:</para>
+-->
<screen><userinput>chmod a+wt $LFS/sources</userinput></screen>