On Friday 04 June 2010 04:40:51 littlebat wrote: > <code> > cat > ~/.bash_profile << "EOF" > exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash > EOF > </code>
Try adding "--noprofile --rc ~lfs/.bashrc" to the bash command. Or just add "--noprofile --norc" and set everything in the env command. There are almost always ways to work around little problems. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page