diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-11-06 17:05:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-11-06 17:05:26 +0000 |
commit | fa73d7e2f132dcf11014336e85cd9e121f2316dc (patch) | |
tree | 45c980f05afed3437faa7a05b316fac7a8591ba2 /perl-install/install2.pm | |
parent | 23d61b096f116ae22b81de9fe0ccc20e0bd77a03 (diff) | |
download | drakx-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/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 1 |
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; |