diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-13 15:52:15 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-13 15:52:15 +0000 |
commit | 42ae5ba168e210dfbabf3281a3159c1539f1601e (patch) | |
tree | f53486bb0f0e9606455201568d19b563e7067b01 /perl-install/install_steps.pm | |
parent | a8808a13c8f1afc810cf13c5495cf6d5ebf08e8d (diff) | |
download | drakx-42ae5ba168e210dfbabf3281a3159c1539f1601e.tar drakx-42ae5ba168e210dfbabf3281a3159c1539f1601e.tar.gz drakx-42ae5ba168e210dfbabf3281a3159c1539f1601e.tar.bz2 drakx-42ae5ba168e210dfbabf3281a3159c1539f1601e.tar.xz drakx-42ae5ba168e210dfbabf3281a3159c1539f1601e.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 298189c21..616c28b4b 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -502,7 +502,7 @@ sub selectMouse($) { sub configureNetwork { my ($o) = @_; require network; - network::configureNetwork2($o->{prefix}, $o->{netc}, $o->{intf}); + network::configureNetwork2($o->{prefix}, $o->{netc}, $o->{intf}, sub { $o->pkg_install(@_) }); } #------------------------------------------------------------------------------ |