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>
Wed, 2 Jun 2010 18:38:00 +0000 (19:38 +0100)
commit159b1167eb8b1cc6b7b26809c65451cc937aea13
tree0c13f8eb597a575914df4eb084c853b403ce6e28
parent265e6f8f0495fec03b1eed3abb10c2c423233900
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
(cherry picked from commit 245ed4b8eb076a8c4cc5787f49d21c4f68630f9f)
perl/lib/Sys/Guestfs/Lib.pm