Skip to content
Snippets Groups Projects
Commit 7cacf622 authored by Pavel Zhukov's avatar Pavel Zhukov
Browse files

NetworkManager: Disable ifupdown plugin

Ifupdown is used on the Debian and Ubuntu distributions, and reads Ethernet and
Wi-Fi connections from /etc/network/interfaces. It's not needed for
Oniro.

Closes: https://booting.oniroproject.org/distro/oniro/-/issues/134



Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent e34262f4
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,4 @@ inherit writables ...@@ -7,4 +7,4 @@ inherit writables
WRITABLES = "system-connections" WRITABLES = "system-connections"
WRITABLE_PATH[system-connections] = "/etc/NetworkManager/system-connections" WRITABLE_PATH[system-connections] = "/etc/NetworkManager/system-connections"
PACKAGECONFIG_remove = "dhclient dnsmasq" PACKAGECONFIG_remove = "dhclient dnsmasq ifupdown"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment