From 22f2493769e4a8e7c658d677c99c4cd05060c859 Mon Sep 17 00:00:00 2001 From: TomasM Date: Fri, 23 Nov 2018 13:34:39 +0000 Subject: [PATCH] Add timezone settings to set UTC --- Slax/debian/rootcopy/etc/localtime | 1 + Slax/debian/rootcopy/etc/timezone | 1 + 2 files changed, 2 insertions(+) create mode 120000 Slax/debian/rootcopy/etc/localtime create mode 100644 Slax/debian/rootcopy/etc/timezone diff --git a/Slax/debian/rootcopy/etc/localtime b/Slax/debian/rootcopy/etc/localtime new file mode 120000 index 0000000..e59d7a1 --- /dev/null +++ b/Slax/debian/rootcopy/etc/localtime @@ -0,0 +1 @@ +/usr/share/zoneinfo/Etc/UTC \ No newline at end of file diff --git a/Slax/debian/rootcopy/etc/timezone b/Slax/debian/rootcopy/etc/timezone new file mode 100644 index 0000000..7f39493 --- /dev/null +++ b/Slax/debian/rootcopy/etc/timezone @@ -0,0 +1 @@ +Etc/UTC