From dd9d55b72400af9be1968eb331611a901f1f68a6 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 25 Apr 2023 16:48:38 +0200 Subject: [slx-clock] Cannot check for ntpd - supplied by busybox --- modules.d/slx-clock/module-setup.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules.d/slx-clock/module-setup.sh b/modules.d/slx-clock/module-setup.sh index d0f2c480..f9ff0c48 100755 --- a/modules.d/slx-clock/module-setup.sh +++ b/modules.d/slx-clock/module-setup.sh @@ -1,9 +1,5 @@ #!/usr/bin/env bash check() { - if ! hash ntpd; then - derror "Missing 'ntpdate'. Please install it." - return 1 - fi # Tell dracut that this module should only be included if it is required # explicitly. return 255 -- cgit v1.2.3-55-g7522