From 21e87dc7da805aa66a861241b1921afc65ef6331 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 5 Feb 2002 17:43:37 +0000 Subject: auto_allocate for oem mode is not needed as oem script create all necessary partition. --- perl-install/install2.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 2893b4a46..9820aa8bb 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -516,7 +516,6 @@ sub main { $o->{meta_class} = 'server' if $VERSION =~ /server/i; if ($::oem) { $o->{partitioning}{use_existing_root} = 1; - $o->{partitioning}{auto_allocate} = 1; $o->{compssListLevel} = 4; push @auto, 'selectInstallClass', 'doPartitionDisks', 'choosePackages', 'configureTimezone', 'exitInstall'; } -- cgit v1.2.1