diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-10-14 13:12:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-10-14 13:12:51 +0000 |
commit | cd9c812e729b2fff68c4796a61bd3f2ca699450e (patch) | |
tree | fe865adc67755cc963ac89a3deb64c51d68e1003 /perl-install/standalone | |
parent | 1354d01d74cf83c7260bb8dd4b1c07d484cf2c5d (diff) | |
download | drakx-cd9c812e729b2fff68c4796a61bd3f2ca699450e.tar drakx-cd9c812e729b2fff68c4796a61bd3f2ca699450e.tar.gz drakx-cd9c812e729b2fff68c4796a61bd3f2ca699450e.tar.bz2 drakx-cd9c812e729b2fff68c4796a61bd3f2ca699450e.tar.xz drakx-cd9c812e729b2fff68c4796a61bd3f2ca699450e.zip |
show up a combo box with detected network interfaces but still let the
user manually type it sg like ppp0 if needed
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakgw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 667f8870f..a89d295fb 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -209,7 +209,7 @@ Examples: eth0, or eth1 for cable connection, ippp+ for a isdn connection. ", $card_netconnect), - [ { label => N("Net Device"), val => \$card_netconnect, type => 'entry' } ]) + [ { label => N("Net Device"), val => \$card_netconnect, list => [ detect_devices::getNet() ], not_edit => 0 } ]) or goto step_ask_confirm; my @cards = grep { |