From e7f71611133ac3c780f828b9fb561c2ed276f595 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 9 Jul 2018 19:33:20 -0500 Subject: [PATCH] Enable GeoIP support by default, to get accurate timezone readings. --- debian/changelog | 1 + lubuntu/modules/locale.conf | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 lubuntu/modules/locale.conf diff --git a/debian/changelog b/debian/changelog index f0faaef..09146d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 09 Jul 2018 17:51:16 -0500 diff --git a/lubuntu/modules/locale.conf b/lubuntu/modules/locale.conf new file mode 100644 index 0000000..17261c8 --- /dev/null +++ b/lubuntu/modules/locale.conf @@ -0,0 +1,5 @@ +--- +region: "America" +zone: "New_York" +localeGenPath: "/etc/locale.gen" +geoipUrl: "freegeoip.net"