Skip to content

Commit

Permalink
Removing some dead code in netbase parts.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed May 6, 2013
1 parent 866ab98 commit 78e2ed8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions scripts/boot/9990-netbase.sh
Expand Up @@ -135,20 +135,5 @@ EOF
fi
fi

#if [ ! -x /root/usr/sbin/NetworkManager ]
#then
# for i in eth0 eth1 eth2 ath0 wlan0
# do
# grep -q "iface ${i}" ${IFFILE} && continue
#
#cat >> "${IFFILE}" << EOF
#allow-hotplug ${i}
#iface ${i} inet dhcp
#
#EOF
#
# done
#fi

log_end_msg
}

0 comments on commit 78e2ed8

Please sign in to comment.