#!/bin/sh
set -e

. /usr/share/debconf/confmodule
. /lib/preseed/preseed.sh

# Re-enable locale and kbd selection
echo 0 >/var/run/auto-install.active

/lib/preseed/auto-install.sh

dhcp_url=$(dhcp_preseed_url)
if [ -n "$dhcp_url" ]; then
	preseed_location "$dhcp_url"
fi
preseed preseed/url
preseed_command preseed/early_command
