X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-netbase.sh;h=64e30df4d4fd45200b386767a4f49da5aa9446f1;hb=refs%2Ftags%2Fupstream%2F4.0_a1;hp=b3f886c943a01e0be7d0513960bce7e4e2936132;hpb=35765b595a898d5b3bfe40fe3f9ee49079f60136;p=live-boot-grml.git diff --git a/scripts/boot/9990-netbase.sh b/scripts/boot/9990-netbase.sh index b3f886c..64e30df 100755 --- a/scripts/boot/9990-netbase.sh +++ b/scripts/boot/9990-netbase.sh @@ -135,5 +135,20 @@ 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 }