diff options
author | Francois Pons <fpons@mandriva.com> | 2000-01-07 11:56:31 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-01-07 11:56:31 +0000 |
commit | 4b1e5a783ad0ceab4640d3e0359ed253439b5d3c (patch) | |
tree | d8085bd24171b42b06207f8c64ae8948e6e21d69 /perl-install/install2.pm | |
parent | e28cc9776192f3d4bbc86bd2781106faf6d0b656 (diff) | |
download | drakx-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.tar drakx-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.tar.gz drakx-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.tar.bz2 drakx-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.tar.xz drakx-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index be7c75257..18e5a5bcd 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -609,6 +609,8 @@ sub main { modules::read_stage1_conf("/tmp/conf.modules"); modules::read_already_loaded(); + install_any::lnx4win_preinstall() if $o->{lnx4win}; + #-the main cycle my $clicked = 0; MAIN: for ($o->{step} = $o->{steps}{first};; $o->{step} = getNextStep()) { |