From b6a175623b4fd173c45fc9f0503065ffe38d70ea Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 22 Sep 2003 14:56:30 +0000 Subject: keep use_existing_root for recovery (behaviour changed later) --- 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 1240030d3..e2d4b6368 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) { - delete $o->{partitioning}{use_existing_root}; push @auto, 'selectLanguage', 'selectInstallClass', 'selectMouse', 'selectKeyboard', 'doPartitionDisks', 'formatPartitions', 'miscellaneous', 'choosePackages', 'configureTimezone'; } -- cgit v1.2.1