From: Daniel Baumann Date: Tue, 12 Feb 2013 07:08:44 +0000 (+0100) Subject: Removing some dead code in netbase parts. X-Git-Tag: debian/3.0.0-1~4 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=acbb276e0708814af39fed5ebb99fc6daca4de65;hp=-c;p=live-boot-grml.git Removing some dead code in netbase parts. --- acbb276e0708814af39fed5ebb99fc6daca4de65 diff --git a/scripts/boot/9990-netbase.sh b/scripts/boot/9990-netbase.sh index 64e30df..b3f886c 100755 --- a/scripts/boot/9990-netbase.sh +++ b/scripts/boot/9990-netbase.sh @@ -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 }