diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-10-29 16:59:08 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-10-29 16:59:08 +0000 |
commit | 08b5cbb2c6ba442beae99d2ea463508dbbb6064e (patch) | |
tree | b72748b28ac537e512bdba4cd7385d331482708e | |
parent | e50f2527e8cfe8a1dd9a50a8a5958df38e5b43bf (diff) |
Merged revision 7096 to 6.1.1 branch - addition of nodump tag
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7097 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index 6f82905a1..6361607ab 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -56,7 +56,7 @@ these reminders.</para></important> <para>Check one last time that the <envar>LFS</envar> environment variable is set up properly:</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>, using |