From 86dd5271b68e1318f0fb51b6c2eb671f1575e2b1 Mon Sep 17 00:00:00 2001 From: torben Date: Fri, 7 Sep 2018 14:54:12 +0200 Subject: fix. --- ...-kcl-network-configuration-to-systemd-service-files.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/modules.d/systemd-networkd-ext/hooks/convert-kcl-network-configuration-to-systemd-service-files.sh b/modules.d/systemd-networkd-ext/hooks/convert-kcl-network-configuration-to-systemd-service-files.sh index f0f1edd4..aff3628d 100755 --- a/modules.d/systemd-networkd-ext/hooks/convert-kcl-network-configuration-to-systemd-service-files.sh +++ b/modules.d/systemd-networkd-ext/hooks/convert-kcl-network-configuration-to-systemd-service-files.sh @@ -157,7 +157,7 @@ Name=$BOOTIF_NAME EOF ) > "/etc/systemd/network/$BOOTIF_NAME.link" fi - local reload=fals + local reload=false if [ "$WIRELESS_BOOTIF" = false ]; then if rm \ --force \ @@ -212,12 +212,13 @@ Description=Critical wireless network device. Name=$WIRELESS_BOOTIF_NAME EOF ) > "/etc/systemd/network/$WIRELESS_BOOTIF_NAME.link" - ln \ - --force \ - --symbolic \ - "../macspoof@.service" \ - "/usr/lib/systemd/system/network.target.wants/macspoof@wireless.service" - reload=true + # TODO + #ln \ + # --force \ + # --symbolic \ + # "../macspoof@.service" \ + # "/usr/lib/systemd/system/network.target.wants/macspoof@wireless.service" + #reload=true fi if [[ "$VLAN" != '' ]]; then local VLAN_DEV_CONF="/etc/systemd/network/$BOOTIF_NAME.$VLAN.netdev" -- cgit v1.2.3-55-g7522