summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-04-28 07:05:31 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2015-04-28 07:05:31 +0200
commit9ab5aeeecac939f82c77536a6e21b505d9841b96 (patch)
tree713772bb1020ff5098e80b4657eda6381747f21b /components
parente24d836cde9a318659eacea5f76e5a2b634a0b91 (diff)
downloadlive-boot-9ab5aeeecac939f82c77536a6e21b505d9841b96.tar.gz
live-boot-9ab5aeeecac939f82c77536a6e21b505d9841b96.zip
Waiting until all ethernet devices are up on multi-nic machines, thanks to Chris Read <chris.read@gmail.com> (Closes: #744777).
Diffstat (limited to 'components')
-rwxr-xr-xcomponents/9990-select-eth-device.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/9990-select-eth-device.sh b/components/9990-select-eth-device.sh
index 7d1aa16..df00666 100755
--- a/components/9990-select-eth-device.sh
+++ b/components/9990-select-eth-device.sh
@@ -24,6 +24,10 @@ Select_eth_device ()
# we want to do some basic IP
modprobe -q af_packet
+ # Ensure all our net modules get loaded so we can actually compare MAC addresses...
+ udevadm trigger
+ udevadm settle
+
# Available Ethernet interfaces ?
l_interfaces=""