summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Janczyk2023-10-13 16:29:26 +0200
committerMichael Janczyk2023-10-13 16:29:26 +0200
commit4a65b4155524c3a255b00b510e1b9b919053ed4a (patch)
treeafb1909ee2cbe9b1084d7d2e8584d8aaea8310e6
parentmove hcl2 code to main directory. (diff)
downloadpacker-templates-4a65b4155524c3a255b00b510e1b9b919053ed4a.tar.gz
packer-templates-4a65b4155524c3a255b00b510e1b9b919053ed4a.tar.xz
packer-templates-4a65b4155524c3a255b00b510e1b9b919053ed4a.zip
anaconda-ks: change deprecated timezone options.
-rw-r--r--alma-9-x86_64/http/anaconda-ks.cfg2
-rw-r--r--centos-9-x86_64/http/anaconda-ks.cfg2
-rw-r--r--rocky-9-x86_64/http/anaconda-ks.cfg2
3 files changed, 3 insertions, 3 deletions
diff --git a/alma-9-x86_64/http/anaconda-ks.cfg b/alma-9-x86_64/http/anaconda-ks.cfg
index 47ac4cd..8bd462b 100644
--- a/alma-9-x86_64/http/anaconda-ks.cfg
+++ b/alma-9-x86_64/http/anaconda-ks.cfg
@@ -4,7 +4,7 @@ part biosboot --fstype=biosboot --ondisk=sda --size=1
part / --fstype=xfs --asprimary --ondisk=sda --grow --label=SLX_SYS
lang en_US.UTF-8
keyboard --vckeymap=us --xlayouts='us'
-timezone Europe/Berlin --isUtc --nontp
+timezone Europe/Berlin --utc --ntp-disable
text
reboot
diff --git a/centos-9-x86_64/http/anaconda-ks.cfg b/centos-9-x86_64/http/anaconda-ks.cfg
index 47ac4cd..8bd462b 100644
--- a/centos-9-x86_64/http/anaconda-ks.cfg
+++ b/centos-9-x86_64/http/anaconda-ks.cfg
@@ -4,7 +4,7 @@ part biosboot --fstype=biosboot --ondisk=sda --size=1
part / --fstype=xfs --asprimary --ondisk=sda --grow --label=SLX_SYS
lang en_US.UTF-8
keyboard --vckeymap=us --xlayouts='us'
-timezone Europe/Berlin --isUtc --nontp
+timezone Europe/Berlin --utc --ntp-disable
text
reboot
diff --git a/rocky-9-x86_64/http/anaconda-ks.cfg b/rocky-9-x86_64/http/anaconda-ks.cfg
index 47ac4cd..8bd462b 100644
--- a/rocky-9-x86_64/http/anaconda-ks.cfg
+++ b/rocky-9-x86_64/http/anaconda-ks.cfg
@@ -4,7 +4,7 @@ part biosboot --fstype=biosboot --ondisk=sda --size=1
part / --fstype=xfs --asprimary --ondisk=sda --grow --label=SLX_SYS
lang en_US.UTF-8
keyboard --vckeymap=us --xlayouts='us'
-timezone Europe/Berlin --isUtc --nontp
+timezone Europe/Berlin --utc --ntp-disable
text
reboot