summaryrefslogtreecommitdiff
path: root/scripts/casper-bottom/23networking
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:29 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 14:46:29 +0200
commitd6720db9b86cd1f0668123d069b5547dca4c713c (patch)
tree9968acd245b196c11ae019175af7c217cb6e0f71 /scripts/casper-bottom/23networking
parent97458dd49a574c8d84f5c1e1051ca2c47dd902a3 (diff)
downloadlive-boot-d6720db9b86cd1f0668123d069b5547dca4c713c.tar.gz
live-boot-d6720db9b86cd1f0668123d069b5547dca4c713c.zip
Adding casper 1.79+debian-1.
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')