mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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:
committed by
Richard Purdie
parent
f66a0a0d93
commit
9e8247100e
@@ -1,5 +1,5 @@
|
||||
[Match]
|
||||
Name=en* eth*
|
||||
Type=ether
|
||||
KernelCommandLine=!nfsroot
|
||||
|
||||
[Network]
|
||||
|
||||
Reference in New Issue
Block a user