diff --git a/chapter06/chroot.sgml b/chapter06/chroot.sgml index 3c5abcc93..af491edfb 100644 --- a/chapter06/chroot.sgml +++ b/chapter06/chroot.sgml @@ -16,11 +16,17 @@ actually /mnt/lfs but the shell doesn't know that).
+cd $LFS && -chroot $LFS /usr/bin/env -i HOME=/root /bin/bash - --login +chroot $LFS /usr/bin/env -i HOME=/root \ + TERM=`echo $TERM` /bin/bash --login