From a453987c62b2312e892498a4b6e2ef4841ddbb2b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 27 Jun 2001 12:46:56 +0000 Subject: (main): fix compssListLevel (4 instead of 50) --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 4706212f3..3f67073f7 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -497,7 +497,7 @@ sub main { if ($::oem) { $o->{partitioning}{use_existing_root} = 1; $o->{partitioning}{auto_allocate} = 1; - $o->{compssListLevel} = 50; + $o->{compssListLevel} = 4; push @auto, 'selectInstallClass', 'doPartitionDisks', 'choosePackages', 'configureTimezone', 'exitInstall'; } -- cgit v1.2.1