diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chroot.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml index 4a1fb5d1c..e843c058e 100644 --- a/chapter06/chroot.xml +++ b/chapter06/chroot.xml @@ -19,8 +19,7 @@ to enter the chroot environment:</para> <para><screen><userinput>chroot $LFS /tools/bin/env -i \ HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \ - /tools/bin/bash --login</userinput></screen> -</para> + /tools/bin/bash --login</userinput></screen></para> <para><screen><userinput>set +h</userinput></screen></para> |