summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r--perl-install/fs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm
index 753ef8b0a..3202cea03 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -420,7 +420,7 @@ sub set_default_options {
if ($is_removable) {
$options->{supermount} = $useSupermount;
- $part->{type} = 'auto'; # if supermount, code below will handle choosing the right type
+ $part->{type} = 'auto';
}
my $is_auto = isThisFs('auto', $part);