diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 8f3af44ef..b3bc59a17 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -223,6 +223,8 @@ sub afterInstallPackages($) { #- why not? cuz weather is nice today :-) [pixel] sync(); sync(); + run_program::rooted($o->{prefix}, "kudzu", "-q"); # -q <=> fermetagueuleconnard + $o->pcmciaConfig(); } @@ -494,10 +496,7 @@ sub miscellaneous { } #------------------------------------------------------------------------------ -sub exitInstall { - install_any::unlockCdroms; - install_any::ejectCdrom; -} +sub exitInstall { install_any::ejectCdrom } #-###################################################################################### #- Wonderful perl :( |