summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 8438897b8..5e0fd1441 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -206,7 +206,7 @@ sub getNet() {
# }
# /ippp/ and run_program::rooted("", "/sbin/isdnctrl delif $_") foreach @netdevices;
# @a;
- grep { !($::isStandalone && /plip/) && c::hasNetDevice($_) } @netdevices;
+ grep { !(($::isStandalone || $::live) && /plip/) && c::hasNetDevice($_) } @netdevices;
}
#sub getISDN() {