mount /dev/pts
export BHOME=/build_tools
export HOME=/root
. /etc/profile
. /etc/bashrc
export PATH=$PATH:$BHOME/bin:$BHOME/bld/bin
export PS1='[\u@kmbuild \W]\$'
cd $BHOME
if [ -f /root/loginrun.sh ]
then
  /root/loginrun.sh
fi