diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 1725c799e..7b908a12a 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -230,7 +230,6 @@ sub choosePackages { sub installPackages { my ($auto) = @_; - installStepsCall($o, $auto, 'readBootloaderConfigBeforeInstall'); installStepsCall($o, $auto, 'beforeInstallPackages'); installStepsCall($o, $auto, 'installPackages'); installStepsCall($o, $auto, 'afterInstallPackages'); |