summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}