summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmodules.d/slx-clock/module-setup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules.d/slx-clock/module-setup.sh b/modules.d/slx-clock/module-setup.sh
index 8fdbbef6..8dbce9f1 100755
--- a/modules.d/slx-clock/module-setup.sh
+++ b/modules.d/slx-clock/module-setup.sh
@@ -15,6 +15,8 @@ install() {
# wait til we have the openslx config for ntp servers
# which happens in pre-mount/10
inst_multiple ntpdate /etc/services /usr/share/zoneinfo/Europe/Berlin
+ # Needed on newer systems, where ntpdate is just a wrapper around it
+ inst_multiple -o ntpdig
inst /usr/share/zoneinfo/Europe/Berlin /etc/localtime
inst_hook pre-mount 15 "$moddir/scripts/ntp-sync.sh"
inst_hook pre-pivot 15 "$moddir/scripts/configure-timesyncd.sh"