loop is sometimes a module, for example on RHEL 5. --- appliance/kmod.whitelist.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/appliance/kmod.whitelist.in b/appliance/kmod.whitelist.in index 814b9d0..96fc4c3 100644 --- a/appliance/kmod.whitelist.in +++ b/appliance/kmod.whitelist.in @@ -62,3 +62,5 @@ reiserfs.ko crc*.ko libcrc*.ko + +loop.ko -- 1.6.6.1
Richard W.M. Jones
2010-Apr-22 13:31 UTC
[Libguestfs] [PATCH] Whitelist the loop kernel module
On Thu, Apr 22, 2010 at 01:57:56PM +0100, Matthew Booth wrote:> loop is sometimes a module, for example on RHEL 5.ACK. I'll push it later on. This is also a candidate for the stable branch. 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
Reasonably Related Threads
- [PATCH] supermin: Fix IBM Virtual SCSI driver name
- [PATCH] Don't use kernel module whitelist with ext2-based appliance.
- [PATCH supermin 5/5] init: Drop SCSI modules.
- Re: [PATCH] supermin: Fix IBM Virtual SCSI driver name
- [PATCH] Fix appliance build dependency problem