[Libguestfs] [PATCH] Missing crc kernel module on RHEL 6 / Linux 2.6.32

Richard W.M. Jones rjones at redhat.com
Wed Jan 20 19:58:34 UTC 2010


This patch is a confirmed fix for:

https://bugzilla.redhat.com/show_bug.cgi?id=557195

I felt it was worth including all possible CRC* kernel modules in the
appliance, since they are all very small (~3k each).

Full details in the bug.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
-------------- next part --------------
--- libguestfs/appliance/kmod.whitelist.in.orig	2010-01-20 17:47:08.849834814 +0000
+++ libguestfs/appliance/kmod.whitelist.in	2010-01-20 17:47:35.001209235 +0000
@@ -28,7 +28,6 @@
 ext3.ko
 ext4*.ko
 
-crc16.ko
 jbd.ko
 jbd2.ko
 mbcache.ko
@@ -39,7 +38,6 @@
 fat.ko
 
 udf.ko
-crc_itu_t.ko
 nls_utf8.ko
 nls_cp437.ko
 nls_base.ko
@@ -59,3 +57,6 @@
 xfs.ko
 
 reiserfs.ko
+
+crc*.ko
+libcrc*.ko


More information about the Libguestfs mailing list