calamares/src/modules/locale/locale.conf

29 lines
940 B
Plaintext
Raw Normal View History

---
# This settings are used to set your default system time zone.
# Time zones are usually located under /usr/share/zoneinfo and
# provided by the 'tzdata' package of your Distribution.
#
# Distributions using systemd can list available
# time zones by using the timedatectl command.
# timedatectl list-timezones
2016-09-26 10:50:15 +02:00
region: "America"
zone: "New_York"
# System locales are detected in the following order:
#
# /usr/share/i18n/SUPPORTED
# localeGenPath ( when set )
# /etc/locale.gen
# 'locale -a' output
# Enable only when your Distribution is using an
# custom path for locale.gen
#localeGenPath: "PATH_TO/locale.gen"
# GeoIP based Language settings:
# GeoIP need an working Internet connecion.
# This can be managed from welcome.conf by adding
# internet to the list of required conditions.
# Leave commented out to disable GeoIP.
2016-09-26 10:50:15 +02:00
#geoipUrl: "freegeoip.net"