diff options
Diffstat (limited to 'mandriva')
-rwxr-xr-x | mandriva/network-up | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mandriva/network-up b/mandriva/network-up index 00ee303d..10150410 100755 --- a/mandriva/network-up +++ b/mandriva/network-up @@ -82,6 +82,11 @@ function should_wait_network() { continue fi + # Ignore Wifi network files created by NetworkManager + if [ "$TYPE" = "Wireless" ]; then + continue + fi + # only check interfaces using ifplug, other interfaces are # started synchronously from the network service if [ "$MII_NOT_SUPPORTED" = "yes" ]; then |