diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fs.pm | 2 |
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); |