Richard W.M. Jones
2010-Jun-02 16:16 UTC
[Libguestfs] [PATCH] RHEL 6: sr_mod.ko is needed for RHEL 6 to see CD-ROM devices (RHBZ#598807).
-- 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 ac37f65aaf1f162a2cc57fa8c296a1ff4109adb9 Mon Sep 17 00:00:00 2001From: Richard Jones <rjones at redhat.com> Date: Wed, 2 Jun 2010 17:12:59 +0100 Subject: [PATCH] RHEL 6: sr_mod.ko is needed for RHEL 6 to see CD-ROM devices (RHBZ#598807). --- 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 96fc4c3..b225f30 100644 --- a/appliance/kmod.whitelist.in +++ b/appliance/kmod.whitelist.in @@ -23,6 +23,7 @@ scsi_mod.ko sd_mod.ko sym53c8xx.ko ata_piix.ko +sr_mod.ko ext2.ko ext3.ko -- 1.6.6.1