summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorJack Mitchell <ml@embed.me.uk>2020-12-03 10:35:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-06 23:17:28 +0000
commit9e8247100e5bb6125417e3c103a72ff9d1da9386 (patch)
treea857d1c0d3be06f17b0fb2479e2fd0b3d8634fe4 /meta/recipes-core/systemd
parentf66a0a0d9389ea92c73743be079944cfa813d263 (diff)
downloadpoky-9e8247100e5bb6125417e3c103a72ff9d1da9386.tar.gz
systemd-conf: match ethernet interfaces by type rather than globbing
If we say we're enabling DHCP on wired/ethernet networks lets be more specific than trying to catch everything with globbing. (From OE-Core rev: a2bf422cc498bebfbeedc9382b2cc1533f78bbfd) Signed-off-by: Jack Mitchell <ml@embed.me.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd-conf/wired.network2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-conf/wired.network b/meta/recipes-core/systemd/systemd-conf/wired.network
index dcf3534596..09367edb10 100644
--- a/meta/recipes-core/systemd/systemd-conf/wired.network
+++ b/meta/recipes-core/systemd/systemd-conf/wired.network
@@ -1,5 +1,5 @@
1[Match] 1[Match]
2Name=en* eth* 2Type=ether
3KernelCommandLine=!nfsroot 3KernelCommandLine=!nfsroot
4 4
5[Network] 5[Network]