From: Richard Jones Date: Sat, 25 Apr 2009 21:43:24 +0000 (+0100) Subject: Include UDF driver (for CD/DVDs). X-Git-Tag: 1.0.13~15 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=96124562bbadc7c4bbf0a4ceca39b838dbe47ed7;p=libguestfs.git Include UDF driver (for CD/DVDs). --- diff --git a/make-initramfs.sh.in b/make-initramfs.sh.in index 2bdbac4..ec3fc30 100755 --- a/make-initramfs.sh.in +++ b/make-initramfs.sh.in @@ -92,6 +92,8 @@ find initramfs/lib/modules/*/kernel \ -a ! -name 'fuse.ko' \ -a ! -name 'vfat.ko' \ -a ! -name 'fat.ko' \ + -a ! -name 'udf.ko' \ + -a ! -name 'crc_itu_t.ko' \ -a -delete # Pull the kernel out into the current directory. We don't want it in