diff options
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; |