From a1f5739a53da44ba0bae5952c5b03451ceecc97a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 28 Aug 2002 20:22:38 +0000 Subject: remove deprecated comment (supermount *does* handle auto type nowadays) --- perl-install/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs.pm') 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); -- cgit v1.2.1