diff options
author | Francois Pons <fpons@mandriva.com> | 2002-02-05 17:43:37 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-02-05 17:43:37 +0000 |
commit | 21e87dc7da805aa66a861241b1921afc65ef6331 (patch) | |
tree | 065ec49170c48fec7a618db5b65e993e59baea4d | |
parent | 780fbe5d8baf5fffbed28ab624a7457f8df739f8 (diff) | |
download | drakx-21e87dc7da805aa66a861241b1921afc65ef6331.tar drakx-21e87dc7da805aa66a861241b1921afc65ef6331.tar.gz drakx-21e87dc7da805aa66a861241b1921afc65ef6331.tar.bz2 drakx-21e87dc7da805aa66a861241b1921afc65ef6331.tar.xz drakx-21e87dc7da805aa66a861241b1921afc65ef6331.zip |
auto_allocate for oem mode is not needed as oem script create all necessary partition.
-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 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'; } |