diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-04-16 16:30:09 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-04-16 16:30:09 +0000 |
commit | 8e4c95488b9c366a7adecedd133e13f6db5aaa07 (patch) | |
tree | 96dfd21bfd7a99a810a97e4bd3236b110d93c2c9 | |
parent | 8ef599c59a5b67f39a8fb01fc8d58890ae2c0508 (diff) |
Changed the chroot command to the new format.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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> |