diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-20 12:25:08 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-20 12:25:08 +0000 |
commit | 3d2275e354c6b7301aa35c3b5af427b67e9fc586 (patch) | |
tree | 1dcfd91dcd2d5a71ae93804fbcebf46690cd2c19 /perl-install | |
parent | 41aede5c64594cb2e14fb9642bc32453ffbd3009 (diff) | |
download | drakx-3d2275e354c6b7301aa35c3b5af427b67e9fc586.tar drakx-3d2275e354c6b7301aa35c3b5af427b67e9fc586.tar.gz drakx-3d2275e354c6b7301aa35c3b5af427b67e9fc586.tar.bz2 drakx-3d2275e354c6b7301aa35c3b5af427b67e9fc586.tar.xz drakx-3d2275e354c6b7301aa35c3b5af427b67e9fc586.zip |
kill old cable step
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/netconnect.pm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 8f9caeafc..569b9d8d2 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -283,24 +283,6 @@ If you don't want to use the auto detection, deselect the checkbox. }, }, - cable => - { - name => N("Connect to the Internet") . "\n\n" . - N("Which dhcp client do you want to use ? (default is dhcp-client)"), - data => - [ { val => \$netcnx->{dhcp_client}, list => ["dhcp-client", "dhcpcd", "dhcpxd"] } ], - - post => sub { - $in->do_pkgs->install($netcnx->{dhcp_client}); - write_cnx_script($netc, "cable", qq( -/sbin/ifup $netc->{NET_DEVICE} -), - qq( -/sbin/ifdown $netc->{NET_DEVICE} -), $netcnx->{type}); - return "go_ethernet"; - }, - }, go_ethernet => { |