Enable GeoIP support by default, to get accurate timezone readings.

This commit is contained in:
Simon Quigley 2018-07-09 19:33:20 -05:00
parent 2cacaa80f1
commit e7f7161113
2 changed files with 6 additions and 0 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ calamares-settings-ubuntu (4) UNRELEASED; urgency=medium
* Don't fail to install the system on BIOS systems.
* Remove the right live task.
* Enable GeoIP support by default, to get accurate timezone readings.
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 09 Jul 2018 17:51:16 -0500

View File

@ -0,0 +1,5 @@
---
region: "America"
zone: "New_York"
localeGenPath: "/etc/locale.gen"
geoipUrl: "freegeoip.net"