diff options
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index e887066a3..fbfc37cf2 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -420,12 +420,6 @@ sub set_default_options { my $is_auto = isThisFs('auto', $part); - if ($options->{supermount} && $is_auto) { - # this can't work, guessing :-( - $part->{type} = fs2type($part->{media_type} eq 'cdrom' ? 'iso9660' : 'vfat'); - $is_auto = 0; - } - if ($part->{media_type} eq 'cdrom') { $options->{ro} = 1; } |