diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-07-10 16:33:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-07-10 16:33:21 +0000 |
commit | 640255572c30658ad75a7ed7948617dd56fdeaa4 (patch) | |
tree | aad1cfd9e13b4490a611dbdd51200621b65fe4ed /perl-install/install_steps_auto_install.pm | |
parent | 8177c7b2bdc55ff489f39c471085db9064ae359b (diff) | |
download | drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.tar drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.tar.gz drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.tar.bz2 drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.tar.xz drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r-- | perl-install/install_steps_auto_install.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm index 83c19c007..71aac7080 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -28,6 +28,12 @@ sub new { } } +sub configureNetwork { + my ($o) = @_; + modules::load_thiskind('net', sub {}, $o->{pcmcia}); + install_steps::configureNetwork($o); +} + sub enteringStep($$$) { my ($o, $step) = @_; print _("Entering step `%s'\n", translate($o->{steps}{$step}{text})); |