Searched refs:DEF_COUNTRY (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig189 DEF_COUNTRY=$( echo "$INPUT" | cut -w -f 4 )
191 [ "$DEF_COUNTRY" = 0 ] && DEF_COUNTRY="<not selected>"
193 if f_yesno "Change regdomain/country ($DEF_REGDOMAIN/$DEF_COUNTRY)?"
195 while ! dialog_country_select "$DEF_REGDOMAIN" "$DEF_COUNTRY"

Completed in 294 milliseconds