# Put your custom commands here that should be executed once # the system init finished. By default this file does nothing. sleep 5; killall netifd ifconfig lo 127.0.0.1 netmask 255.0.0.0 ifconfig eth0 192.168.1.1 mount -o remount,rw / /bin/sleep 1 /etc/init.d/dropbear restart exit 0