From: Richard Jones Date: Wed, 22 Apr 2009 09:06:40 +0000 (+0100) Subject: Include fuse.ko module in image. X-Git-Tag: 1.0.7~4 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=94b95dc06c34d89cc56fb096b1e30b5e19d06c10 Include fuse.ko module in image. --- diff --git a/make-initramfs.sh.in b/make-initramfs.sh.in index b550ed9..952ccfa 100755 --- a/make-initramfs.sh.in +++ b/make-initramfs.sh.in @@ -76,6 +76,7 @@ find initramfs/lib/modules/*/kernel \ -a ! -name 'ext4.ko' \ -a ! -name 'crc16.ko' \ -a ! -name 'jbd2.ko' \ + -a ! -name 'fuse.ko' \ -a -delete # Pull the kernel out into the current directory. We don't want it in