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 cd2c92d4c..015d1bc37 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -605,7 +605,6 @@ sub main { $o->{meta_class} = 'desktop' if $VERSION =~ /desktop/i; if ($o->{meta_class} eq 'desktop') { $o->{installClass} = 'normal'; - push @auto, 'selectInstallClass'; } if ($oem) { $o->{partitioning}{auto_allocate} = 1; |