diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-10-29 16:56:38 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-10-29 16:56:38 +0000 |
commit | b63fcf71db43283a7c77dd45ae807f852f85b2a9 (patch) | |
tree | 3bfe6a311ae371a51aa6d500cefdd99b844e5b73 /chapter05 | |
parent | 01524ddeaf8885a6489196a58e502ba6f8d1493f (diff) |
Added a nodump to chapter05/introduction - we don't need to automate the 'echo $LFS'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7096 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-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 |