summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_any.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 5bb59e960..058d3e360 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -665,7 +665,6 @@ sub use_root_part {
fs::get_mntpoints_from_fstab($fstab, $handle->{dir}, 'uniq');
}
map { $_->{mntpoint} = 'swap' } grep { isSwap($_) } @$fstab; #- use all available swap.
- fs::mount_all($fstab, $prefix);
}
sub getHds {