X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-netbase.sh;h=b3f886c943a01e0be7d0513960bce7e4e2936132;hb=35765b595a898d5b3bfe40fe3f9ee49079f60136;hp=64e30df4d4fd45200b386767a4f49da5aa9446f1;hpb=12987b7f06549a0b5e53872dce576e0c25a8827a;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 }