summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-28 20:22:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-28 20:22:38 +0000
commita1f5739a53da44ba0bae5952c5b03451ceecc97a (patch)
treef621bf8383a89079c8652a8bde2ec01aae96144f
parentf4b8f02b27627d1c003d321e7caaa22d85482877 (diff)
downloaddrakx-backup-do-not-use-a1f5739a53da44ba0bae5952c5b03451ceecc97a.tar
drakx-backup-do-not-use-a1f5739a53da44ba0bae5952c5b03451ceecc97a.tar.gz
drakx-backup-do-not-use-a1f5739a53da44ba0bae5952c5b03451ceecc97a.tar.bz2
drakx-backup-do-not-use-a1f5739a53da44ba0bae5952c5b03451ceecc97a.tar.xz
drakx-backup-do-not-use-a1f5739a53da44ba0bae5952c5b03451ceecc97a.zip
remove deprecated comment (supermount *does* handle auto type nowadays)
-rw-r--r--perl-install/fs.pm2
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);