diff options
Diffstat (limited to 'chapter06/chrootcmd.xml')
-rw-r--r-- | chapter06/chrootcmd.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/chrootcmd.xml b/chapter06/chrootcmd.xml index e7ea6bdde..358ef1b40 100644 --- a/chapter06/chrootcmd.xml +++ b/chapter06/chrootcmd.xml @@ -1,3 +1,2 @@ -<userinput>cd $LFS && -chroot $LFS /usr/bin/env -i HOME=/root \ - TERM=$TERM /bin/bash --login</userinput> +<userinput>chroot $LFS /usr/bin/env -i HOME=/root \ + TERM=$TERM /bin/bash --login</userinput> |