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