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.
This commit is contained in:
parent
5de5da1d55
commit
7fafe134c6
@ -36,7 +36,6 @@ write_iface() {
|
||||
esac
|
||||
{
|
||||
echo "TYPE=eth"
|
||||
echo "DISABLED=no"
|
||||
echo "BOOTPROTO=$proto"
|
||||
echo "NM_CONTROLLED=$NMCTL"
|
||||
echo "DISABLED=$NMCTL"
|
||||
|
Loading…
Reference in New Issue
Block a user