diff options
Diffstat (limited to 'chapter06/strippingagain.xml')
-rw-r--r-- | chapter06/strippingagain.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/strippingagain.xml b/chapter06/strippingagain.xml index bd87b3d37..7a4090fd3 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 role="nodump">><userinput>logout</userinput></screen> +<screen role="nodump"><userinput>logout</userinput></screen> <para>Then reenter it with:</para> -<screen role="nodump">><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> |