config_query_list WMII_RELEASE "Which release would you like to build ?" \
                               "stable (3.6)" \
                               "alpha (3.9a1)" \
                               "latest snapshot (20090827)" \
                               "SCM version" &&
if [[ ${WMII_RELEASE} == "SCM version" ]]
then
  config_query WMII_AUTOUPDATE "Update on every system update ?" n
fi
