X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F23networking;h=72aaf12e257505470e6e07acdc48c89785984eca;hb=f27ffd9aa3bf3e3e7718c585f476dbbecca349d7;hp=6a669967e880bb868cd56b7fb0b5590cf770675a;hpb=046580edb4877fc1a4a823e882a0949fbc729544;p=live-boot-grml.git diff --git a/scripts/live-bottom/23networking b/scripts/live-bottom/23networking index 6a66996..72aaf12 100755 --- a/scripts/live-bottom/23networking +++ b/scripts/live-bottom/23networking @@ -90,7 +90,7 @@ else fi # iterate the physical interfaces and add them to the interfaces list - if [ "${method}" != dhcp ] || [ ! -x /root/usr/sbin/NetworkManager ] + if [ "${method}" != dhcp ] || ([ ! -x /root/usr/sbin/NetworkManager ] && [ ! -x /root/usr/sbin/wicd ]) then for interface in /sys/class/net/eth* /sys/class/net/ath* /sys/class/net/wlan* do