diff options
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r-- | chapter06/chroot.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml index 040f34df7..906d71b48 100644 --- a/chapter06/chroot.xml +++ b/chapter06/chroot.xml @@ -14,12 +14,10 @@ actually /mnt/lfs but the shell doesn't know that). </para> <blockquote><literallayout> - <userinput>cd $LFS &&</userinput> <userinput>chroot $LFS /usr/bin/env -i HOME=/root \</userinput> <userinput> TERM=$TERM /bin/bash --login</userinput> - </literallayout></blockquote> <para> |