diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-24 12:49:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-24 12:49:07 +0000 |
commit | 728503a1132a0d046e2e7bff93d3a52ce9ae862f (patch) | |
tree | 90e2e3b86b95cdf5c541995c79df9fed4963dce0 /perl-install/install_steps.pm | |
parent | afd8092ca637049090126f913c1ef20e595ebcc5 (diff) | |
download | drakx-728503a1132a0d046e2e7bff93d3a52ce9ae862f.tar drakx-728503a1132a0d046e2e7bff93d3a52ce9ae862f.tar.gz drakx-728503a1132a0d046e2e7bff93d3a52ce9ae862f.tar.bz2 drakx-728503a1132a0d046e2e7bff93d3a52ce9ae862f.tar.xz drakx-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.pm | 2 |
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; } |