#! /bin/sh

/bin/mount -a

echo "
            _ _ _ _ _ _ _ _ _ _ _ _
            \  _  _   _  _ _ ___
            / /__/ \ |_/
           / __   /  -  _ ___
          / /  / /  / /
  _ _ _ _/ /  /  \_/  \_ ______
___________\___\__________________
"
for initscript in /etc/init.d/S[0-9][0-9]*
do
	if [ -x $initscript ] ;
	then
		echo "[RCS]: $initscript"
		$initscript
	fi
done


#ifconfig eth0 192.168.1.236
#cd /mnt/                   
#mkdir mtd
#chmod 777 mtd
#mount -t  nfs -o nolock 192.168.1.138:/home/ds3521/dvr/temp   /mnt/mtd
#cd /mnt/mtd/modules                                                
#./load3521d -i

#if uname -v |grep "#41";then
#ssp_write bp 0              
#fi

cd /home/modules
./load3521d -i
mount -t tmpfs -o size=64M tmpfs /tmp
cp /home/dowcause_ahd /tmp/
cd /tmp
./dowcause_ahd &






 
