From 6a9193ef405a567330c18fda02b60c9d347f54b9 Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Fri, 11 Dec 2020 22:00:06 +0200 Subject: [PATCH] Provisioning: Set time zone to UTC on CentOS 8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pick-to: 6.0 Change-Id: Id1747661b10fb24e2dd3aaa9af4dedafafbf764e Reviewed-by: Tony Sarajärvi --- .../provisioning/qtci-linux-CentOS-8.1-x86_64/01-systemsetup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coin/provisioning/qtci-linux-CentOS-8.1-x86_64/01-systemsetup.sh b/coin/provisioning/qtci-linux-CentOS-8.1-x86_64/01-systemsetup.sh index c0f94a49..6d31a941 100755 --- a/coin/provisioning/qtci-linux-CentOS-8.1-x86_64/01-systemsetup.sh +++ b/coin/provisioning/qtci-linux-CentOS-8.1-x86_64/01-systemsetup.sh @@ -46,6 +46,8 @@ echo 'export DISPLAY=":0"' >> ~/.bashrc # for current session export DISPLAY=:0 +# Set timezone to UTC. +sudo timedatectl set-timezone Etc/UTC # disable Automatic screen lock gsettings set org.gnome.desktop.screensaver lock-enabled false # disable blank screen power saving