Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=bc86dfe08438e2dc72562850f48a82880696301d
commit bc86dfe08438e2dc72562850f48a82880696301d Author: crazy <[email protected]> Date: Sat Nov 25 11:56:10 2017 +0100 locale.conf: enable geoip stuff diff --git a/calamares/calamares-config-global/modules/locale.conf b/calamares/calamares-config-global/modules/locale.conf index c9e085c..020bfcb 100644 --- a/calamares/calamares-config-global/modules/locale.conf +++ b/calamares/calamares-config-global/modules/locale.conf @@ -1,8 +1,8 @@ --- -region: "Europe" -zone: "Berlin" - -#localeGenPath: "/etc/locale.gen" +region: "Europe" +zone: "Berlin" # GeoIP settings. Leave commented out to disable GeoIP. -#geoipUrl: "freegeoip.net" +# NOTE: custom string only work with our custom patch. +geoipTzString: "timezone" +geoipUrl: "ip-api.com" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
