summaryrefslogtreecommitdiffstats
path: root/builder/modules.d
diff options
context:
space:
mode:
authorJonathan Bauer2017-09-22 16:35:13 +0200
committerJonathan Bauer2017-09-22 16:35:13 +0200
commitca14a14cac677bfe5a98359f62f40eab7488e4d9 (patch)
treee58487fea20b2a13bf5f4dcef06388eef81ba976 /builder/modules.d
parent... (diff)
downloadsystemd-init-ca14a14cac677bfe5a98359f62f40eab7488e4d9.tar.gz
systemd-init-ca14a14cac677bfe5a98359f62f40eab7488e4d9.tar.xz
systemd-init-ca14a14cac677bfe5a98359f62f40eab7488e4d9.zip
remove dep on busybox
Diffstat (limited to 'builder/modules.d')
-rw-r--r--builder/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/builder/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh b/builder/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh
index 4d153797..44427e23 100644
--- a/builder/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh
+++ b/builder/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh
@@ -73,7 +73,6 @@ create_udev_bootif_name_rule() {
[ -z "${BOOTIF}" ] && echo "No BOOTIF set, was it present in the kernel command line?" && return 1
# priority 70 < 80-net-name-slot.rules.
echo 'SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="'${BOOTIF}'", NAME="'${BOOTIF_NAME}'"' > /etc/udev/rules.d/70-pxe-boot-interface.rules
-
}
## Generate network and link file(s) for networkd
@@ -144,4 +143,4 @@ generate_networkd_config
NETIF=
[ -n "${BOOTIF_NAME}" ] && NETIF="${BOOTIF_NAME}"
[ -n "${BRIDGED}" ] && [ -n "${BRIDGE_NAME}" ] && NETIF="${BRIDGE_NAME}"
-/sbin/initqueue --finished /bin/busybox timeout -t 10 /lib/systemd/systemd-networkd-wait-online -i "${NETIF}"
+/sbin/initqueue --finished /lib/systemd/systemd-networkd-wait-online -i "${NETIF}"