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

networkmanager: Use internal DHCP client implementation


Using external dhclient brings ISC BIND libs into base image
Bind is heavy DNS server with big maintenance cost. We dont
want to ship neither bind nor bind-libs in the images.
Closes #151

Upstream-status: Not applicable

Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent a84dbc0b
No related branches found
No related tags found
No related merge requests found
...@@ -6,3 +6,5 @@ inherit writables ...@@ -6,3 +6,5 @@ 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"
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