diff options
author | Thomas Bächler <thomas@archlinux.org> | 2011-01-12 01:11:29 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-01-12 01:11:29 +0100 |
commit | bdd563a5d2d17bcc1ce417766b62a9bc9dea4f71 (patch) | |
tree | dab83e4cd6aaa2ba02af21c399cd1951369adf51 /install/filesystems | |
parent | 05e0bc5987166573412f196ff932d76787d31957 (diff) | |
download | mkinitcpio-bdd563a5d2d17bcc1ce417766b62a9bc9dea4f71.tar.gz mkinitcpio-bdd563a5d2d17bcc1ce417766b62a9bc9dea4f71.tar.xz |
filesystems: remove cp437, it is added as an extra module whenever fat is used
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 7761fdc..ec637ce 100644 --- a/install/filesystems +++ b/install/filesystems @@ -2,7 +2,7 @@ install () { - MODULES=" $(checked_modules '/kernel/fs' | grep -v "nls") $(checked_modules '/kernel/fs/nls/nls_cp437')" + MODULES=" $(checked_modules '/kernel/fs' | grep -v "nls")" BINARIES="" FILES="" SCRIPT="" |