summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-06 11:23:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-06 11:23:07 +0000
commitf36438106cd90cc1fc35d2ad610b8a7490d9dc3e (patch)
tree503a9e562ecded00ccbb027e28b153762744c7e1
parent980cceab9b1a02b83fcec6fc69f27d103ce84ea7 (diff)
downloaddrakx-f36438106cd90cc1fc35d2ad610b8a7490d9dc3e.tar
drakx-f36438106cd90cc1fc35d2ad610b8a7490d9dc3e.tar.gz
drakx-f36438106cd90cc1fc35d2ad610b8a7490d9dc3e.tar.bz2
drakx-f36438106cd90cc1fc35d2ad610b8a7490d9dc3e.tar.xz
drakx-f36438106cd90cc1fc35d2ad610b8a7490d9dc3e.zip
supermount now handles fs=auto, using it :)
-rw-r--r--perl-install/fs.pm6
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;
}