summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install2.pm')
-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 bab27e803..d97e2d667 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -607,6 +607,7 @@ sub main {
if ($oem) {
$o->{partitioning}{auto_allocate} = 1;
$o->{compssListLevel} = 50;
+ $o->{doNotFormatRootByDefault} = 1;
push @auto, 'selectInstallClass', 'selectMouse', 'doPartitionDisks', 'choosePackages', 'configureTimezone', 'exitInstall';
}