X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fcasper-bottom%2F23networking;h=a17a02c0d31fc282b080afad0e9443994740bbd4;hb=62ae3a8ffbc7996ae0096d69607735245d6ef161;hp=021aca987f5f0596e38d1b8c77e2c6f880081ea7;hpb=9d607c7002e2750d20ac640502ecab6d7454bc88;p=live-boot-grml.git diff --git a/scripts/casper-bottom/23networking b/scripts/casper-bottom/23networking index 021aca9..a17a02c 100755 --- a/scripts/casper-bottom/23networking +++ b/scripts/casper-bottom/23networking @@ -4,7 +4,7 @@ PREREQ="" DESCRIPTION="Preconfiguring networking..." IFFILE="/root/etc/network/interfaces" -. /scripts/functions +. /scripts/casper-functions prereqs() { @@ -27,7 +27,8 @@ iface lo inet loopback EOF -udevplug -Bpci -Iclass="0x02*" +udevtrigger -Bpci -Iclass="0x02*" +udevsettle for interface in /sys/class/net/eth* /sys/class/net/ath* /sys/class/net/wlan*; do [ -e $interface ] || continue