diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-01 21:10:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-01 21:10:35 +0000 |
commit | 863a0345a2f895d35046f35d97f473e825906687 (patch) | |
tree | e04cae4c0cfa6b0e481cae4d976ecb32c30e6dea /perl-install/install_steps.pm | |
parent | 608738174ef563cd88f95f53683f73f316b8f552 (diff) | |
download | drakx-863a0345a2f895d35046f35d97f473e825906687.tar drakx-863a0345a2f895d35046f35d97f473e825906687.tar.gz drakx-863a0345a2f895d35046f35d97f473e825906687.tar.bz2 drakx-863a0345a2f895d35046f35d97f473e825906687.tar.xz drakx-863a0345a2f895d35046f35d97f473e825906687.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index f95573386..ffba727c8 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -489,8 +489,10 @@ sub selectMouse($) { } #------------------------------------------------------------------------------ -#- configureNetwork moved to network and is renamed. -#------------------------------------------------------------------------------ +sub configureNetwork { + my ($o) = @_; + network::configureNetwork2($o, $o->{prefix}, $o->{netc}, $o->{intf}); +} #------------------------------------------------------------------------------ sub installCrypto { |