#!/bin/sh
cd $WORKDIR

/bin/echo "127.0.0.1 localhost" > ./etc/hosts
/bin/echo >./etc/resolv.conf

