From ec94c470e5d2726a98122f7b9c17ad1417eb769d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 6 Nov 2000 15:55:29 +0000 Subject: add a flag to allow by default formating / --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') 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'; } -- cgit v1.2.1