From ca3d37d4ec49cf829f5001d0bd737b7deaf9250e Mon Sep 17 00:00:00 2001 From: Patryk Matuszak Date: Mon, 8 Jun 2026 15:03:40 +0200 Subject: [PATCH] Enforce VMs to use UTC timezone --- test/kickstart-templates/includes/post-system.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/kickstart-templates/includes/post-system.cfg b/test/kickstart-templates/includes/post-system.cfg index a84911daa3..9b7518340c 100644 --- a/test/kickstart-templates/includes/post-system.cfg +++ b/test/kickstart-templates/includes/post-system.cfg @@ -2,6 +2,8 @@ useradd -m -p \$5\$XDVQ6DxT8S5YWLV7\$8f2om5JfjK56v9ofUkUAwZXTxJl3Sqnc9yPnza4xoJ0 redhat echo -e 'redhat\tALL=(ALL)\tNOPASSWD: ALL' > /etc/sudoers.d/microshift +ln -sf /usr/share/zoneinfo/UTC /etc/localtime + # Make the KUBECONFIG from MicroShift directly available for the root user if [ ! -d /root ]; then # Workaround for bootc container init.