Explorar o código

Fixed chroot command

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@273 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans %!s(int64=24) %!d(string=hai) anos
pai
achega
c25581cac9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      chapter06/glibc-inst.xml

+ 2 - 2
chapter06/glibc-inst.xml

@@ -42,8 +42,8 @@ commands to do that:
 <blockquote><literallayout>
 
 	<userinput>logout</userinput>
-	<userinput>chroot $LFS /usr/bin/env -i HOME=/root /bin/bash
-		--login</userinput>
+	<userinput>chroot $LFS /usr/bin/env -i HOME=/root \
+		TERM=$TERM /bin/bash --login</userinput>
 
 </literallayout></blockquote>