diff options
Diffstat (limited to 'chapter03/introduction.xml')
-rw-r--r-- | chapter03/introduction.xml | 6 |
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> |