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