#!/bin/sh
#
# This script performs default actions. It is invoked with CONFIG set
# for the subhost.

OVERLAYDIR="$(dirname $(realpath $0))"
. $OVERLAYDIR/functions

subhost_name "$CONFIG"
subhost_config

# all good so far ; now avoid using the host's networking setup
setup_networking "$UPPER"

