X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-netbase.sh;fp=scripts%2Fboot%2F9990-netbase.sh;h=b3f886c943a01e0be7d0513960bce7e4e2936132;hb=71997770be3f27cb50a6b32059862355d955d0e9;hp=64e30df4d4fd45200b386767a4f49da5aa9446f1;hpb=4a5a84171f9e5f3f7ff20e9c1d855787e270cd0c;p=live-boot-grml.git 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 }