summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-03-15 12:36:21 +0100
committerJonathan Bauer2018-03-15 12:36:21 +0100
commit0259c7c1d0efddb51d3effa5402293b4f26379c6 (patch)
treee2851503138eaecb6c009777823ad091e0f406fe
parent[openslx_tmp_*] support list of tmp identifier (diff)
downloadsystemd-init-0259c7c1d0efddb51d3effa5402293b4f26379c6.tar.gz
systemd-init-0259c7c1d0efddb51d3effa5402293b4f26379c6.tar.xz
systemd-init-0259c7c1d0efddb51d3effa5402293b4f26379c6.zip
fix matching physical devices...
-rw-r--r--builder/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh2
1 files changed, 1 insertions, 1 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 84f8ce7f..e9e61cb9 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
@@ -106,7 +106,7 @@ generate_networkd_config() {
(
echo '[Match]'
echo "MACAddress=${BOOTIF}"
- echo 'Driver=*'
+ echo 'Type=!bridge'
echo ''
# Currently the boot interface is configured to either:
# * static ip as given by the initial DHCP during PXE