config_query  BB_CONFIG  "Manually configure [for advanced users]?"  n  &&
config_query  BB_RESET   "Reset the config file?"                    n  &&
config_query  BB_RESCUE  "Enable building of /sbin/bb rescue shell?"       n  &&

if  [  "$BB_RESET"  =  "y"  ] && [ $RECONFIGURE ] ;  then
  rm  -f  ${CONFIG_CACHE}/${SPELL}.config
fi
persistent_add RECONFIGURE
