Commit 7fafe134 authored by Michael Shigorin's avatar Michael Shigorin

net-eth: drop duplicate config line

There was an extra DISABLED=no line written to interface configurarion that's been superceded by the subsequently added parametrized one; just drop it. Thanks glebfm@ for spotting the garbage.
parent 5de5da1d
......@@ -36,7 +36,6 @@ write_iface() {
esac
{
echo "TYPE=eth"
echo "DISABLED=no"
echo "BOOTPROTO=$proto"
echo "NM_CONTROLLED=$NMCTL"
echo "DISABLED=$NMCTL"
......
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