#!/bin/sh
ifconfig eth0 192.168.0.2
dhcpcd eth1 &
mount -o ro /dev/sdb1 /factory > /dev/null 2>&1
exit 0

