From 7d9f130feb3998af783061cb161f29f3c49b5240 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 16 Sep 2003 14:01:56 +0000 Subject: / and /usr should be formatted, keep default for installation. --- perl-install/install2.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 8dc3b11de..5eb4c0a17 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -570,7 +570,6 @@ sub main { push @auto, 'selectInstallClass', 'doPartitionDisks', 'choosePackages', 'configureTimezone', 'exitInstall'; } if ($::recovery) { - $o->{partitioning}{use_existing_root} = 1; push @auto, 'selectLanguage', 'selectInstallClass', 'doPartitionDisks', 'formatPartitions'; } -- cgit v1.2.1