# 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 exit 0