From dbfcaacf40ca356d7623408b4bfca828f8bd880d Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 2 May 2006 04:36:19 +0000 Subject: Misc changes to module detection - tpowa Config file comments mdassemble in raid hook + additional raid help git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@40 880c04e9-e011-0410-abf7-b926e227c9cd --- install/filesystems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/filesystems') diff --git a/install/filesystems b/install/filesystems index c012d1b..1da1f13 100644 --- a/install/filesystems +++ b/install/filesystems @@ -2,7 +2,7 @@ install () { - MODULES=" $(all_modules '/kernel/fs') " + MODULES=" $(all_modules '/kernel/fs' | grep -v "nls") " BINARIES="" FILES="" SCRIPT="filesystems" -- cgit v1.2.3-24-g4f1b