From f36438106cd90cc1fc35d2ad610b8a7490d9dc3e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 6 Jul 2002 11:23:07 +0000 Subject: supermount now handles fs=auto, using it :) --- perl-install/fs.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'perl-install/fs.pm') 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; } -- cgit v1.2.1