diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-05-02 06:36:19 +0200 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-05-02 06:36:19 +0200 |
commit | dbfcaacf40ca356d7623408b4bfca828f8bd880d (patch) | |
tree | 9b104bd4188134bda0b52f0a40dde7537a531c72 /install/filesystems | |
parent | 3a764f2b15c44b17d098629de5eacdd164b5ddc7 (diff) | |
download | mkinitcpio-dbfcaacf40ca356d7623408b4bfca828f8bd880d.tar.gz mkinitcpio-dbfcaacf40ca356d7623408b4bfca828f8bd880d.tar.xz |
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
Diffstat (limited to 'install/filesystems')
-rw-r--r-- | install/filesystems | 2 |
1 files changed, 1 insertions, 1 deletions
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" |