diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-06 11:23:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-06 11:23:07 +0000 |
commit | f36438106cd90cc1fc35d2ad610b8a7490d9dc3e (patch) | |
tree | 503a9e562ecded00ccbb027e28b153762744c7e1 /perl-install | |
parent | 980cceab9b1a02b83fcec6fc69f27d103ce84ea7 (diff) | |
download | drakx-backup-do-not-use-f36438106cd90cc1fc35d2ad610b8a7490d9dc3e.tar drakx-backup-do-not-use-f36438106cd90cc1fc35d2ad610b8a7490d9dc3e.tar.gz drakx-backup-do-not-use-f36438106cd90cc1fc35d2ad610b8a7490d9dc3e.tar.bz2 drakx-backup-do-not-use-f36438106cd90cc1fc35d2ad610b8a7490d9dc3e.tar.xz drakx-backup-do-not-use-f36438106cd90cc1fc35d2ad610b8a7490d9dc3e.zip |
supermount now handles fs=auto, using it :)
Diffstat (limited to 'perl-install')
-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; } |