Changeset 2bafd9e


Ignore:
Timestamp:
Mar 26, 2006, 6:04:51 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
9a72c6f
Parents:
19505306
Message:

r2713@server (orig r1320): jciccone | 2006-03-26 17:23:05 -0800
Fixed setting enviornment to disable bash hashing when you boot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/common/settingenviron.xml

    r19505306 r2bafd9e  
    1616
    1717<screen><userinput>cat &gt; ${LFS}/root/.bash_profile &lt;&lt; "EOF"
    18 <literal>PS1='\u:\w\$ '
     18<literal>set +h
     19PS1='\u:\w\$ '
    1920LC_ALL=POSIX
    2021PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/tools/sbin
Note: See TracChangeset for help on using the changeset viewer.