diff options
author | Simon Rettberg | 2023-04-25 16:48:38 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-04-25 16:48:38 +0200 |
commit | dd9d55b72400af9be1968eb331611a901f1f68a6 (patch) | |
tree | 5e8e7173f39ffd8c98258d5812755ceb465033bb | |
parent | [slx-clock] Write any output to journal (diff) | |
download | systemd-init-dd9d55b72400af9be1968eb331611a901f1f68a6.tar.gz systemd-init-dd9d55b72400af9be1968eb331611a901f1f68a6.tar.xz systemd-init-dd9d55b72400af9be1968eb331611a901f1f68a6.zip |
[slx-clock] Cannot check for ntpd - supplied by busybox
-rwxr-xr-x | modules.d/slx-clock/module-setup.sh | 4 |
1 files changed, 0 insertions, 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 |