From 10e4ad27deb56e8df7c68b9fec4b8789d80068bf Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 3 Aug 2001 20:59:16 +0000 Subject: replace isJfs/isXfs/... with isThisFs("jfs" --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 7a3fc31df..4bd4210ad 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -410,7 +410,7 @@ sub choosePartitionsToFormat { ({ text => $name2label->($e), type => 'bool', val => \$e->{toFormatTmp} - }, if_(!isLoopback($_) && !isReiserfs($_), { + }, if_(!isLoopback($_) && !isThisFs("reiserfs", $_), { text => $name2label->($e), type => 'bool', advanced => 1, disabled => sub { !$e->{toFormatTmp} }, val => \$e->{toFormatCheck} -- cgit v1.2.1