From cd9c812e729b2fff68c4796a61bd3f2ca699450e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 14 Oct 2003 13:12:51 +0000 Subject: show up a combo box with detected network interfaces but still let the user manually type it sg like ppp0 if needed --- perl-install/standalone/drakgw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakgw') 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 { -- cgit v1.2.1