#!/bin/sh PATH=/bin:/sbin:/usr/bin:/usr/sbin echo "Setting up interface lo: " ifconfig lo up 127.0.0.1 echo "Starting DHCP client: " /bin/dhcpcd &