From be8e531b7c0b45515f9630db578b220e6323c31f Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Thu, 8 Oct 2020 10:18:38 +0200
Subject: [PATCH] Cleanup

---
 c8-base-docker.ks | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/c8-base-docker.ks b/c8-base-docker.ks
index 8d6f2cd..f2fc884 100644
--- a/c8-base-docker.ks
+++ b/c8-base-docker.ks
@@ -4,11 +4,11 @@ skipx
 network  --bootproto=dhcp
 keyboard --vckeymap=us --xlayouts='us'
 lang en_US.UTF-8
-timezone Europe/Zurich --isUtc
 rootpw --iscrypted --lock locked
 selinux --enforcing
 firewall --disabled
-
+# System timezone
+timezone --utc Europe/Zurich
 zerombr
 clearpart --all --initlabel
 part / --fstype ext4 --size=5000
-- 
GitLab