diff options
author | Francois Pons <fpons@mandriva.com> | 2000-01-07 13:27:53 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-01-07 13:27:53 +0000 |
commit | 1044ef768e3f4abd181a6872e77b628062b57a79 (patch) | |
tree | 6dfd8f1060a1663d59735639eaf3b5f2f9889255 /perl-install/install_steps.pm | |
parent | b1edad2f776716889ca148f621f0aeed971c18e3 (diff) | |
download | drakx-1044ef768e3f4abd181a6872e77b628062b57a79.tar drakx-1044ef768e3f4abd181a6872e77b628062b57a79.tar.gz drakx-1044ef768e3f4abd181a6872e77b628062b57a79.tar.bz2 drakx-1044ef768e3f4abd181a6872e77b628062b57a79.tar.xz drakx-1044ef768e3f4abd181a6872e77b628062b57a79.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 cbb3ce38e..fac5d21f6 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -234,7 +234,7 @@ sub installPackages($$) { } #- hack to ensure proper ordering for installation of packages. - my @firstToInstall = qw(setup basesystem sed); + my @firstToInstall = qw(setup basesystem chkconfig sed); my %firstInstalled; my @toInstall; foreach (@firstToInstall) { |