Author: jciccone
Date: 2006-03-26 18:23:05 -0700 (Sun, 26 Mar 2006)
New Revision: 1320

Modified:
   trunk/BOOK/boot/common/settingenviron.xml
Log:
Fixed setting enviornment to disable bash hashing when you boot.

Modified: trunk/BOOK/boot/common/settingenviron.xml
===================================================================
--- trunk/BOOK/boot/common/settingenviron.xml   2006-03-27 00:30:30 UTC (rev 
1319)
+++ trunk/BOOK/boot/common/settingenviron.xml   2006-03-27 01:23:05 UTC (rev 
1320)
@@ -15,7 +15,8 @@
   <filename>.bash_profile</filename> file now:</para>
 
 <screen><userinput>cat &gt; ${LFS}/root/.bash_profile &lt;&lt; "EOF"
-<literal>PS1='\u:\w\$ '
+<literal>set +h
+PS1='\u:\w\$ '
 LC_ALL=POSIX
 PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/tools/sbin
 export LC_ALL PATH PS1</literal>

-- 
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to