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>
This commit is contained in:
Jack Mitchell
2020-12-03 10:35:02 +00:00
committed by Richard Purdie
parent f66a0a0d93
commit 9e8247100e

View File

@@ -1,5 +1,5 @@
[Match]
Name=en* eth*
Type=ether
KernelCommandLine=!nfsroot
[Network]