diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/m4-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/m4-inst.xml b/chapter06/m4-inst.xml index 5d175839d..6985745fe 100644 --- a/chapter06/m4-inst.xml +++ b/chapter06/m4-inst.xml @@ -45,7 +45,8 @@ after having rebooted into the LFS system rather than chrooting into it. </para> <blockquote><literallayout> - <userinput>chroot $LFS env -i HOME=/root bash --login</userinput> + <userinput>chroot $LFS /usr/bin/env -i HOME=/root \</userinput> + <userinput> TERM=$TERM /bin/bash --login</userinput> </literallayout></blockquote> </sect2> |