summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-24 12:49:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-24 12:49:07 +0000
commit728503a1132a0d046e2e7bff93d3a52ce9ae862f (patch)
tree90e2e3b86b95cdf5c541995c79df9fed4963dce0 /perl-install/install_steps.pm
parentafd8092ca637049090126f913c1ef20e595ebcc5 (diff)
downloaddrakx-backup-do-not-use-728503a1132a0d046e2e7bff93d3a52ce9ae862f.tar
drakx-backup-do-not-use-728503a1132a0d046e2e7bff93d3a52ce9ae862f.tar.gz
drakx-backup-do-not-use-728503a1132a0d046e2e7bff93d3a52ce9ae862f.tar.bz2
drakx-backup-do-not-use-728503a1132a0d046e2e7bff93d3a52ce9ae862f.tar.xz
drakx-backup-do-not-use-728503a1132a0d046e2e7bff93d3a52ce9ae862f.zip
remove the cond_umount_hdimage and cond_remount_hdimage
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 7a87a3f01..afdb8ca72 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -139,9 +139,7 @@ sub doPartitionDisksAfter {
if (!$::testing) {
my $hds = $o->{all_hds}{hds};
- install_any::cond_umount_hdimage();
partition_table::write($_) foreach @$hds;
- install_any::cond_remount_hdimage();
$_->{rebootNeeded} and $o->rebootNeeded foreach @$hds;
}