summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/slx-network/hooks/activate-bootif-dhcp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'builder/modules.d/slx-network/hooks/activate-bootif-dhcp.sh')
-rw-r--r--builder/modules.d/slx-network/hooks/activate-bootif-dhcp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/modules.d/slx-network/hooks/activate-bootif-dhcp.sh b/builder/modules.d/slx-network/hooks/activate-bootif-dhcp.sh
index 86040e6e..94546d3e 100644
--- a/builder/modules.d/slx-network/hooks/activate-bootif-dhcp.sh
+++ b/builder/modules.d/slx-network/hooks/activate-bootif-dhcp.sh
@@ -18,5 +18,5 @@ cp -f "/opt/openslx/services/udhcpc-bootif.service" "${NEWROOT}/etc/systemd/syst
echo 'd /run/network 0755 root root' > "${NEWROOT}/etc/tmpfiles.d/network.conf"
# activate it for the bridge or the physical interface if not bridged
-systemctl --root "$NEWROOT" enable "udhcpc-bootif"
+systemctl --quiet --root "$NEWROOT" enable "udhcpc-bootif"