diff options
author | Francois Pons <fpons@mandriva.com> | 2003-09-16 14:01:56 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-09-16 14:01:56 +0000 |
commit | 7d9f130feb3998af783061cb161f29f3c49b5240 (patch) | |
tree | 6b58523325c09b59bc054d24e0ab19e0bf20d809 /perl-install/install2.pm | |
parent | 4c203bafe1c99c487f15026572aaf6a745829bc4 (diff) | |
download | drakx-7d9f130feb3998af783061cb161f29f3c49b5240.tar drakx-7d9f130feb3998af783061cb161f29f3c49b5240.tar.gz drakx-7d9f130feb3998af783061cb161f29f3c49b5240.tar.bz2 drakx-7d9f130feb3998af783061cb161f29f3c49b5240.tar.xz drakx-7d9f130feb3998af783061cb161f29f3c49b5240.zip |
/ and /usr should be formatted, keep default for installation.
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 0 insertions, 1 deletions
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'; } |