summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authorJonathan Bauer2019-08-13 13:11:54 +0200
committerJonathan Bauer2019-08-13 13:11:54 +0200
commit4751b1b708c2065e30c99238e99700ae35da4260 (patch)
treebc80f323863b5fbb633492399d79651dbd3ef04b /builder
parent[slx-addons] ldconfig: --root != -r (diff)
downloadsystemd-init-4751b1b708c2065e30c99238e99700ae35da4260.tar.gz
systemd-init-4751b1b708c2065e30c99238e99700ae35da4260.tar.xz
systemd-init-4751b1b708c2065e30c99238e99700ae35da4260.zip
[slx-network] suppress systemctl output
Diffstat (limited to 'builder')
-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"