summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Janczyk2023-10-13 17:57:50 +0200
committerMichael Janczyk2023-10-13 17:57:50 +0200
commitc46c7a50ca09fc720ddca8e60d2bc370bba5d8d1 (patch)
tree496f74b67946bd90c4925baa57af9e15365954c5
parentMakefile: correct help. (diff)
downloadpacker-templates-c46c7a50ca09fc720ddca8e60d2bc370bba5d8d1.tar.gz
packer-templates-c46c7a50ca09fc720ddca8e60d2bc370bba5d8d1.tar.xz
packer-templates-c46c7a50ca09fc720ddca8e60d2bc370bba5d8d1.zip
anaconda-ks: changed back to '--nontp', '--ntp-disable' does not work.
-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 8bd462b..f29e807 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 --utc --ntp-disable
+timezone Europe/Berlin --utc --nontp
text
reboot
diff --git a/centos-9-x86_64/http/anaconda-ks.cfg b/centos-9-x86_64/http/anaconda-ks.cfg
index 8bd462b..f29e807 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 --utc --ntp-disable
+timezone Europe/Berlin --utc --nontp
text
reboot
diff --git a/rocky-9-x86_64/http/anaconda-ks.cfg b/rocky-9-x86_64/http/anaconda-ks.cfg
index 8bd462b..f29e807 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 --utc --ntp-disable
+timezone Europe/Berlin --utc --nontp
text
reboot