#!/bin/sh

>/etc/adjtime

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