Commit 37b971f5 authored by Michael Shigorin's avatar Michael Shigorin

net-eth: ensure single-subsystem control

Setting NM_CONTROLLED is apparently not enough to disable /etc/net handling of a particular interface; thanks sem@ for noticing the fortunate error messages in logs and explaining this peculiarity to me.
parent ba857b9e
......@@ -37,6 +37,7 @@ write_iface() {
echo "DISABLED=no"
echo "BOOTPROTO=$proto"
echo "NM_CONTROLLED=$NMCTL"
echo "DISABLED=$NMCTL"
echo "USE_IFPLUGD=yes"
} > "$dir/options"
}
......
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