summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/fs.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm
index 4bf68b93c..11679bf1e 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -539,6 +539,7 @@ sub set_removable_mntpoints {
my %names;
foreach (@{$all_hds->{raw_hds}}) {
my $name = detect_devices::suggest_mount_point($_) or next;
+ $name eq 'zip' and next;
my $s = ++$names{$name};
$_->{mntpoint} ||= "/mnt/$name" . ($s == 1 ? '' : $s);