aboutsummaryrefslogtreecommitdiffstats
path: root/chapter04
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-15 17:22:01 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-15 17:22:01 +0000
commit1ec69ac57c066d03b36db24f05931b5a8c9d76cf (patch)
tree489a94366767addeee8ca9ca3c4415ecf8b986c0 /chapter04
parente9f3e85324f490524718480c7c8b4a22f563a753 (diff)
Added nodump attributes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7021 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r--chapter04/aboutlfs.xml4
-rw-r--r--chapter04/addinguser.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter04/aboutlfs.xml b/chapter04/aboutlfs.xml
index 64f20f1b4..d97f634b0 100644
--- a/chapter04/aboutlfs.xml
+++ b/chapter04/aboutlfs.xml
@@ -12,14 +12,14 @@ be used several times. It is paramount that this variable is always defined.
It should be set to the mount point chosen for the LFS partition.
Check that the <envar>LFS</envar> variable is set up properly with:</para>
-<screen><userinput>echo $LFS</userinput></screen>
+<screen role="nodump"><userinput>echo $LFS</userinput></screen>
<para>Make sure the output shows the path to the LFS partition's mount
point, which is <filename class="directory">/mnt/lfs</filename> if the
provided example was followed. If the output is incorrect, the
variable can be set with:</para>
-<screen><userinput>export LFS=/mnt/lfs</userinput></screen>
+<screen role="nodump"><userinput>export LFS=/mnt/lfs</userinput></screen>
<para>Having this variable set is beneficial in that commands such as
<command>mkdir $LFS/tools</command> can be typed literally. The shell
diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml
index 67b9f44d6..bd096936b 100644
--- a/chapter04/addinguser.xml
+++ b/chapter04/addinguser.xml
@@ -62,7 +62,7 @@ logged in as <emphasis>root</emphasis>, which does not require the
<emphasis>lfs</emphasis> user to have a
password), give <emphasis>lfs</emphasis> a password:</para>
-<screen><userinput>passwd lfs</userinput></screen>
+<screen role="nodump"><userinput>passwd lfs</userinput></screen>
<para>Grant <emphasis>lfs</emphasis> full access to
<filename class="directory">$LFS/tools</filename> by making