Include UTF-8 NLS.
[libguestfs.git] / make-initramfs.sh.in
index 985e9ba..690ca51 100755 (executable)
@@ -37,6 +37,8 @@ modules="
 -i procps
 -i strace
 -i util-linux-ng
+-i dosfstools
+-i ntfsprogs
 "
 
 # Decide on names for the final output.  These have to match Makefile.am.
@@ -88,6 +90,11 @@ find initramfs/lib/modules/*/kernel \
   -a ! -name 'crc16.ko' \
   -a ! -name 'jbd2.ko' \
   -a ! -name 'fuse.ko' \
+  -a ! -name 'vfat.ko' \
+  -a ! -name 'fat.ko' \
+  -a ! -name 'udf.ko' \
+  -a ! -name 'crc_itu_t.ko' \
+  -a ! -name 'nls_utf8.ko' \
   -a -delete
 
 # Pull the kernel out into the current directory.  We don't want it in