aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-09-10 23:00:32 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-09-10 23:00:32 +0000
commit75153cb986c7b3e6891a91639efda5a2a7800091 (patch)
tree2fe21a91ab1c38a197ca263655e1799c90acd9b2 /chapter03
parentfe88627da6b6f2229b47912d0dd0cdd26673a397 (diff)
Adding nodump to two commands in chapter 3 introduction - they are out of place and used more as explanatory text.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6825 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r--chapter03/introduction.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml
index 120eaae44..b6cfdc37b 100644
--- a/chapter03/introduction.xml
+++ b/chapter03/introduction.xml
@@ -35,7 +35,7 @@ of the building process.</para>
<emphasis>root</emphasis>, the following command before starting the
download session:</para>
-<screen><userinput>mkdir $LFS/sources</userinput></screen>
+<screen role="nodump"><userinput>mkdir $LFS/sources</userinput></screen>
<para>Make this directory writable and sticky. <quote>Sticky</quote>
means that even if multiple users have write permission on a
@@ -43,7 +43,7 @@ directory, only the owner of a file can delete the file within a
sticky directory. The following command will enable the write and
sticky modes:</para>
-<screen><userinput>chmod a+wt $LFS/sources</userinput></screen>
+<screen role="nodump"><userinput>chmod a+wt $LFS/sources</userinput></screen>
</sect1>