Richard W.M. Jones
2009-Nov-10 13:12 UTC
[Libguestfs] [PATCH] Add ata_piix to kernel module whitelist (RHBZ#533886).
Charles Duffy discovered this module is missing and required when we're using libguestfs on RHEL 6 Alpha. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://et.redhat.com/~rjones/virt-df/ -------------- next part -------------->From 5faaae22be8a35e47f7596da52bce93b744c2915 Mon Sep 17 00:00:00 2001From: Richard Jones <rjones at redhat.com> Date: Tue, 10 Nov 2009 11:41:39 +0000 Subject: [PATCH] Add ata_piix to kernel module whitelist (RHBZ#533886). --- appliance/kmod.whitelist.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/appliance/kmod.whitelist.in b/appliance/kmod.whitelist.in index 9a93413..26a8657 100644 --- a/appliance/kmod.whitelist.in +++ b/appliance/kmod.whitelist.in @@ -22,6 +22,7 @@ scsi_transport_spi.ko scsi_mod.ko sd_mod.ko sym53c8xx.ko +ata_piix.ko ext2.ko ext3.ko -- 1.6.5.rc2
Seemingly Similar Threads
- ANNOUNCE: libguestfs 1.0.78 released
- [PATCH] Don't run new-kernel-pkg or nscd (RHBZ#557262).
- [PATCH] Don't use kernel module whitelist with ext2-based appliance.
- [PATCH] supermin: Die with an error if no kernels found (RHBZ#539746).
- Note about RHBZ#576879 libguestfs protocol loses synchronization if you 'upload' before mounting disks