Add extra kernel modules required for ext4 support.
authorRichard Jones <rjones@redhat.com>
Tue, 21 Apr 2009 21:38:28 +0000 (22:38 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 21 Apr 2009 21:38:28 +0000 (22:38 +0100)
make-initramfs.sh.in

index a9e25bf..b550ed9 100755 (executable)
@@ -74,6 +74,8 @@ find initramfs/lib/modules/*/kernel \
   -a ! -name '8139cp.ko' \
   -a ! -name 'ext2.ko' \
   -a ! -name 'ext4.ko' \
   -a ! -name '8139cp.ko' \
   -a ! -name 'ext2.ko' \
   -a ! -name 'ext4.ko' \
+  -a ! -name 'crc16.ko' \
+  -a ! -name 'jbd2.ko' \
   -a -delete
 
 # Pull the kernel out into the current directory.  We don't want it in
   -a -delete
 
 # Pull the kernel out into the current directory.  We don't want it in