diff options
author | Simon Rettberg | 2023-01-25 15:32:05 +0100 |
---|---|---|
committer | Simon Rettberg | 2023-01-25 15:32:05 +0100 |
commit | 7217ae3f0db4536a7c5c7f1a3737c65abe96b766 (patch) | |
tree | fff09b03dbcc6873ee528aeb49c9d22be58d860b | |
parent | [slx-clock] Use ntpd, as ntpdate uses ntpdig, which is written in python (diff) | |
download | systemd-init-7217ae3f0db4536a7c5c7f1a3737c65abe96b766.tar.gz systemd-init-7217ae3f0db4536a7c5c7f1a3737c65abe96b766.tar.xz systemd-init-7217ae3f0db4536a7c5c7f1a3737c65abe96b766.zip |
[busybox] Restore installer mode
-rw-r--r-- | modules.d/busybox/openslx.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/busybox/openslx.config b/modules.d/busybox/openslx.config index 40f107a7..a5e1c4d9 100644 --- a/modules.d/busybox/openslx.config +++ b/modules.d/busybox/openslx.config @@ -25,7 +25,7 @@ CONFIG_FEATURE_PIDFILE=y CONFIG_PID_FILE_PATH="/run" CONFIG_BUSYBOX=y # CONFIG_FEATURE_SHOW_SCRIPT is not set -# CONFIG_FEATURE_INSTALLER is not set +CONFIG_FEATURE_INSTALLER=y CONFIG_INSTALL_NO_USR=y CONFIG_FEATURE_SUID=y # CONFIG_FEATURE_SUID_CONFIG is not set |