Commit 4516cf5c authored by Anton Midyukov's avatar Anton Midyukov

net: fix build without etcnet

parent f813cd13
......@@ -4,6 +4,8 @@
defcfg=/etc/net/ifaces/default/options-eth
[ -f defcfg ] || exit 0
if [ -x /usr/sbin/NetworkManager -o -x /usr/sbin/connmand ]; then
shell_config_set "$defcfg" NM_CONTROLLED yes
shell_config_set "$defcfg" DISABLED yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment