summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-11-06 17:05:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-11-06 17:05:26 +0000
commitfa73d7e2f132dcf11014336e85cd9e121f2316dc (patch)
tree45c980f05afed3437faa7a05b316fac7a8591ba2 /perl-install
parent23d61b096f116ae22b81de9fe0ccc20e0bd77a03 (diff)
downloaddrakx-backup-do-not-use-fa73d7e2f132dcf11014336e85cd9e121f2316dc.tar
drakx-backup-do-not-use-fa73d7e2f132dcf11014336e85cd9e121f2316dc.tar.gz
drakx-backup-do-not-use-fa73d7e2f132dcf11014336e85cd9e121f2316dc.tar.bz2
drakx-backup-do-not-use-fa73d7e2f132dcf11014336e85cd9e121f2316dc.tar.xz
drakx-backup-do-not-use-fa73d7e2f132dcf11014336e85cd9e121f2316dc.zip
(main): set $o->{partitioning}{use_existing_root} in oem
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index d97e2d667..339306a6c 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -605,6 +605,7 @@ sub main {
$o->{installClass} = 'normal';
}
if ($oem) {
+ $o->{partitioning}{use_existing_root} = 1;
$o->{partitioning}{auto_allocate} = 1;
$o->{compssListLevel} = 50;
$o->{doNotFormatRootByDefault} = 1;