# rcb
# script file to get things my way
# 
# 10 June 2004  RCB
echo
echo Hello Rangoon
echo
#
# make a /mnt/hd for the hard drive
mkdir /mnt/hd
#
# mount the hard drive
mount -t ext2 /dev/ide/host0/bus0/target0/lun0/part1 /mnt/hd
#
# mount the compact flash
mkdir /mnt/flash
mount -t vfat /dev/ide/host0/bus1/target0/lun0/part1 /mnt/flash

# setup for emacs
. /mnt/hd/home/bburch/ldemacs

# point to new profile file for startup
rm /.profile
ln -s /mnt/jump/profile /.profile


