=== modified file 'scripts/tzsetup' --- scripts/tzsetup 2008-07-25 07:55:49 +0000 +++ scripts/tzsetup 2008-10-15 15:39:47 +0000 @@ -17,6 +17,11 @@ if [ "$RET" = false ]; then db_reset time/zone fi + + db_metaget "tzsetup/country/$CC" "choices-c" + zone=$(echo "$RET" | cut -d, -f1) + db_set time/zone "$zone" + db_input high time/zone || : if ! db_go; then exit 10 # back to menu