summaryrefslogtreecommitdiff
path: root/scripts/casper-bottom/23networking
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/casper-bottom/23networking')
-rwxr-xr-xscripts/casper-bottom/23networking7
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/casper-bottom/23networking b/scripts/casper-bottom/23networking
index 129ca35..116b1d6 100755
--- a/scripts/casper-bottom/23networking
+++ b/scripts/casper-bottom/23networking
@@ -33,7 +33,12 @@ iface lo inet loopback
EOF
-udevtrigger
+if [ "${BUILD_SYSTEM}" == "Ubuntu" ]; then
+ udevtrigger -Bpci -Iclass="0x02*"
+else
+ udevtrigger
+fi
+udevsettle
if [ -z "${NETBOOT}" -a -n "${STATICIP}" -a "${STATICIP}" != "frommedia" ]; then
parsed=$(echo "${STATICIP}" | sed -e 's/:/ /g')