Sfoglia il codice sorgente

Updated chroot command

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@296 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 anni fa
parent
commit
fdeb925029
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      chapter06/bash-inst.xml

+ 4 - 2
chapter06/bash-inst.xml

@@ -24,9 +24,11 @@ environment by running:
 
 	<userinput>mv $LFS/usr/bin/bash $LFS/usr/bin/bashbug 
 		$LFS/bin &amp;&amp;</userinput>
-	<userinput>chroot $LFS /usr/bin/env -i HOME=/root /bin/bash 
+        <userinput>chroot $LFS /usr/bin/env -i HOME=/root
+                \</userinput>
+        <userinput>&nbsp;&nbsp;&nbsp;TERM=$TERM /bin/bash
 		--login</userinput>
-	
+ 
 </literallayout></blockquote>
 
 </sect2>