diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakgw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 118f14ddd..f4389b3e3 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -216,6 +216,7 @@ my @cards = grep { log::l("[drakgw] Have network card: $_"); $_ ne $card_netconnect } detect_devices::getNet(); +push @cards, $card_netconnect if $::testing; log::l("[drakgw] Available network cards: ", join(", ", @cards)); my $format = sub { |