aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-08 16:00:42 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-08 16:00:42 +0000
commite193a756835391e51e3fca08ec63d2b2fe8d1a68 (patch)
tree5216fcdfd346cf8f656fdfab6aef427499f75ade /chapter06
parentab007cade2352f122fd613cf8e2ad5d60d0b8bf9 (diff)
Added another two nodump attributes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/strippingagain.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/strippingagain.xml b/chapter06/strippingagain.xml
index f6c5fa2ec..bd87b3d37 100644
--- a/chapter06/strippingagain.xml
+++ b/chapter06/strippingagain.xml
@@ -25,11 +25,11 @@ unsure whether the user entered chroot with the command given in
<xref linkend="ch-system-chroot" role=","/> first exit from
chroot:</para>
-<screen><userinput>logout</userinput></screen>
+<screen role="nodump">><userinput>logout</userinput></screen>
<para>Then reenter it with:</para>
-<screen><userinput>chroot $LFS /tools/bin/env -i \
+<screen role="nodump">><userinput>chroot $LFS /tools/bin/env -i \
HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
/tools/bin/bash --login</userinput></screen>