Rely on new augeas lens for modules.conf and conf.modules
authorMatthew Booth <mbooth@redhat.com>
Thu, 27 May 2010 14:47:50 +0000 (15:47 +0100)
committerRichard Jones <rjones@redhat.com>
Thu, 27 May 2010 15:30:17 +0000 (16:30 +0100)
commit245ed4b8eb076a8c4cc5787f49d21c4f68630f9f
tree345c6f15f2434394d246e221c2cb17e6e67e5eda
parent1b566fd6881943538bc50a92dec90d8d9b19d239
Rely on new augeas lens for modules.conf and conf.modules

Latest augeas includes a lens for /etc/modules.conf. If this new lens is
present, the code to force the Modprobe lens to try to match /etc/modules.conf
as well results in /etc/modules.conf not being parsed at all. This results in
modprobe_aliases in virt-inspector output being empty.

This change is equivalent to change cfd28d1140393667913689b7b9bcf21c8bfe592c
from virt-v2v.

An effect of this change is that the Modules_conf augeas lens is now required
for correct operation on guests which use /etc/modules.conf.

Fixes RHBZ#596776
perl/lib/Sys/Guestfs/Lib.pm