diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-25 22:06:04 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-25 22:06:04 +0100 |
commit | 39944fb11248786c1eb0ee0f9fd5447e5d3f1ed6 (patch) | |
tree | 7ceb52b1b6b321f6b6e99ce52cf4864df8877ecb /make-initramfs.sh.in | |
parent | aed0fa2c015e56a882fd6d4b759c82df08fc40d7 (diff) | |
download | libguestfs-39944fb11248786c1eb0ee0f9fd5447e5d3f1ed6.tar.gz libguestfs-39944fb11248786c1eb0ee0f9fd5447e5d3f1ed6.tar.xz libguestfs-39944fb11248786c1eb0ee0f9fd5447e5d3f1ed6.zip |
Include the right RPMs and kernel modules for NTFS & VFAT mkfs and mounts.
Diffstat (limited to 'make-initramfs.sh.in')
-rwxr-xr-x | make-initramfs.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make-initramfs.sh.in b/make-initramfs.sh.in index 985e9ba8..2bdbac49 100755 --- a/make-initramfs.sh.in +++ b/make-initramfs.sh.in @@ -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,8 @@ 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 -delete # Pull the kernel out into the current directory. We don't want it in |