summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/systemd-networkd-ext
diff options
context:
space:
mode:
authorJonathan Bauer2017-09-22 13:54:09 +0200
committerJonathan Bauer2017-09-22 13:54:09 +0200
commit26d1d32d8d90bb1e821006acbbdbe3c3e17120e7 (patch)
treef7edc89659834e188abcd7651eb4a69dd061230f /builder/modules.d/systemd-networkd-ext
parentfix fail... (diff)
downloadsystemd-init-26d1d32d8d90bb1e821006acbbdbe3c3e17120e7.tar.gz
systemd-init-26d1d32d8d90bb1e821006acbbdbe3c3e17120e7.tar.xz
systemd-init-26d1d32d8d90bb1e821006acbbdbe3c3e17120e7.zip
...
Diffstat (limited to 'builder/modules.d/systemd-networkd-ext')
-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 7f8c4246..4d153797 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
@@ -72,8 +72,7 @@ print_static_ip_conf() {
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
+ echo 'SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="'${BOOTIF}'", NAME="'${BOOTIF_NAME}'"' > /etc/udev/rules.d/70-pxe-boot-interface.rules
}