From 728503a1132a0d046e2e7bff93d3a52ce9ae862f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 24 Aug 2001 12:49:07 +0000 Subject: remove the cond_umount_hdimage and cond_remount_hdimage --- perl-install/install_steps.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install') 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; } -- cgit v1.2.1