# Use boot variable, but make it possible to change it in main-menu
if [ "$DEBCONF_PRIORITY" ] ; then
	logger -t S30read-environment "Setting debconf/priority to '$DEBCONF_PRIORITY'."
	debconf-set debconf/priority "$DEBCONF_PRIORITY"
	unset DEBCONF_PRIORITY
fi

env2debconf
