summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorben2018-09-07 14:54:12 +0200
committertorben2018-09-07 14:54:12 +0200
commit86dd5271b68e1318f0fb51b6c2eb671f1575e2b1 (patch)
tree3c4700dd47aeb748477b393b02ca69498660843c
parentadding wpa_cli (diff)
downloadsystemd-init-86dd5271b68e1318f0fb51b6c2eb671f1575e2b1.tar.gz
systemd-init-86dd5271b68e1318f0fb51b6c2eb671f1575e2b1.tar.xz
systemd-init-86dd5271b68e1318f0fb51b6c2eb671f1575e2b1.zip
fix.
-rwxr-xr-xmodules.d/systemd-networkd-ext/hooks/convert-kcl-network-configuration-to-systemd-service-files.sh15
1 files 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"