diff --git a/UTM-Chrony.ign b/UTM-Chrony.ign index ca4cf10..a637d69 100644 --- a/UTM-Chrony.ign +++ b/UTM-Chrony.ign @@ -182,7 +182,7 @@ "links": [ { "path": "/etc/localtime", - "target": "../usr/share/zoneinfo/America/Phoenix" + "target": "../usr/share/zoneinfo/Etc/UTC" }, { "path": "/etc/systemd/system/multi-user.target.wants/unbound.service", diff --git a/UTM-Chrony.yml b/UTM-Chrony.yml index 4e0122a..9a11c96 100644 --- a/UTM-Chrony.yml +++ b/UTM-Chrony.yml @@ -170,7 +170,7 @@ storage: source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue links: - path: /etc/localtime - target: ../usr/share/zoneinfo/America/Phoenix + target: ../usr/share/zoneinfo/Etc/UTC - path: /etc/systemd/system/multi-user.target.wants/unbound.service target: /usr/lib/systemd/system/unbound.service - path: /etc/systemd/system/multi-user.target.wants/tuned.service diff --git a/x86-QEMU-Docker.ign b/x86-QEMU-Docker.ign index 23054ec..2a5b1bd 100644 --- a/x86-QEMU-Docker.ign +++ b/x86-QEMU-Docker.ign @@ -204,7 +204,7 @@ "links": [ { "path": "/etc/localtime", - "target": "../usr/share/zoneinfo/America/Phoenix" + "target": "../usr/share/zoneinfo/Etc/UTC" }, { "path": "/etc/systemd/system/multi-user.target.wants/unbound.service", diff --git a/x86-QEMU-Docker.yml b/x86-QEMU-Docker.yml index 20c29d5..d4f6c2c 100644 --- a/x86-QEMU-Docker.yml +++ b/x86-QEMU-Docker.yml @@ -249,7 +249,7 @@ storage: source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue links: - path: /etc/localtime - target: ../usr/share/zoneinfo/America/Phoenix + target: ../usr/share/zoneinfo/Etc/UTC - path: /etc/systemd/system/multi-user.target.wants/unbound.service target: /usr/lib/systemd/system/unbound.service - path: /etc/systemd/system/multi-user.target.wants/tuned.service