From ad49fb33613185114bf324caf76dcb833aca6c32 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 24 Jul 2006 09:30:37 +0000 Subject: 'added new tarball + fixed nls_cp437 module for vfat module' git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@133 880c04e9-e011-0410-abf7-b926e227c9cd --- install/autodetect | 2 +- install/filesystems | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'install') diff --git a/install/autodetect b/install/autodetect index ec7e624..8bcae91 100644 --- a/install/autodetect +++ b/install/autodetect @@ -29,7 +29,7 @@ install () *cramfs*) echo "zlib_inflate" >> "${MODULE_FILE}" ;; *isofs*) echo "zlib_inflate" >> "${MODULE_FILE}" ;; *msdos*) echo "fat" >> "${MODULE_FILE}" ;; - *vfat*)echo "fat" >> "${MODULE_FILE}" ;; + *vfat*)echo -e "fat\nnls_cp437" >> "${MODULE_FILE}" ;; *ocfs2*) echo -e "ocfs2_dlm\njbd\nocfs2_nodemanager\nconfigfs" >> "${MODULE_FILE}" ;; esac echo "${modname}" >> "${MODULE_FILE}" diff --git a/install/filesystems b/install/filesystems index c9528a7..67ab1a2 100644 --- a/install/filesystems +++ b/install/filesystems @@ -2,7 +2,7 @@ install () { - MODULES=" $(checked_modules '/kernel/fs' | grep -v "nls") " + MODULES=" $(checked_modules '/kernel/fs' | grep -v "nls") $(checked_modules '/kernel/fs/nls/nls_cp437')" BINARIES="" FILES="" SCRIPT="filesystems" -- cgit v1.2.3-24-g4f1b