From 755b1ba0fa1d2aa60df68a60034b6976643fc782 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 27 May 2004 14:18:33 +0000 Subject: new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... and nfs => allow /home on nfs (bugzilla #7460) --- 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 c3efd2127..e3cc830f0 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -149,7 +149,7 @@ sub add2all_hds { isThisFs('nfs', $_) ? 'nfss' : isThisFs('smbfs', $_) ? 'smbs' : isThisFs('davfs', $_) ? 'davs' : - isTrueFS($_) || isSwap($_) || isOtherAvailableFS($_) ? '' : + isTrueLocalFS($_) || isSwap($_) || isOtherAvailableFS($_) ? '' : 'special'; push @{$all_hds->{$s}}, $_ if $s; } -- cgit v1.2.1