summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-clock/module-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/slx-clock/module-setup.sh')
-rwxr-xr-xmodules.d/slx-clock/module-setup.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules.d/slx-clock/module-setup.sh b/modules.d/slx-clock/module-setup.sh
index 8dbce9f1..12533363 100755
--- a/modules.d/slx-clock/module-setup.sh
+++ b/modules.d/slx-clock/module-setup.sh
@@ -14,9 +14,7 @@ depends() {
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_multiple /etc/services /usr/share/zoneinfo/Europe/Berlin
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"