#!/bin/sh
## Simple beta script to verify csr
/usr/bin/Set_Led all_off 2>/dev/null
/usr/bin/Set_Led r_blinking & >/dev/null
mount -t proc proc /proc
mount -o remount,rw /dev/root /
ifconfig lo 127.0.0.1
#route add -net 127.0.0.0 netmask 255.255.255.0 lo
/etc/rc.d/rc.sysinit 
