diff options
| author | Steven Shiau <steven@nchc.org.tw> | 2010-03-16 19:02:53 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:07 +0100 |
| commit | 35a6d1fc0191d465f5b2a1450e30da5786ba966a (patch) | |
| tree | 7b44491c3f9b3bcfb302842a8e625ddccd675af5 /scripts | |
| parent | 916bfc9fa4b28c67a8f29310cf9928a7e6995738 (diff) | |
| download | live-boot-35a6d1fc0191d465f5b2a1450e30da5786ba966a.tar.gz live-boot-35a6d1fc0191d465f5b2a1450e30da5786ba966a.zip | |
Moving select_eth_device from init-premount to live-premount where "udevadm" commands are not required.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live-premount/select_eth_device (renamed from scripts/init-premount/select_eth_device) | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/init-premount/select_eth_device b/scripts/live-premount/select_eth_device index 4258fba..dfeac3d 100755 --- a/scripts/init-premount/select_eth_device +++ b/scripts/live-premount/select_eth_device @@ -40,10 +40,6 @@ then exit 0 fi -# be sure this has been run (*should* be done by scripts/init-premount/udev) -udevadm trigger -udevadm settle - # we want to do some basic IP modprobe -q af_packet |
