#!/bin/sh

if [ "$1" = "test" ]; then
  echo "Drop to root shell prompt with networking"
  exit 0
fi

dhclient
/sbin/sulogin
