From ce6bdcf54b70d10fa410bb31e9a6a16fcf24effc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 12 Dec 2002 19:41:57 +0000 Subject: drop options "fexpert" and "fbeginner" which used to skip the choice expert/beginner --- perl-install/install2.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 31879d9c7..9584641ae 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -376,8 +376,6 @@ sub main { vga => sub { $o->{vga} = $v }, step => sub { $o->{steps}{first} = $v }, expert => sub { $::expert = $v }, - fbeginner => sub { $::expert = 0; push @auto, 'selectInstallClass' }, - fexpert => sub { $::expert = 1; push @auto, 'selectInstallClass' }, meta_class => sub { $o->{meta_class} = $v }, lnx4win => sub { $o->{lnx4win} = 1 }, readonly => sub { $o->{partitioning}{readonly} = $v ne "0" }, -- cgit v1.2.1