#!/bin/sh
. /etc/functions.sh

ifconfig lo 127.0.0.1 up

ifconfig eth0 up
/sbin/udhcpc -i eth0 -f -R >> /tmp/eth0.dhcplog 2>&1 &
