allow for use of yum plugins during livecd creation
commit29303d0b2547c2da87a437c517267417d84581de
authorBill Nottingham <notting@redhat.com>
Mon, 23 Apr 2012 22:31:22 +0000 (23 18:31 -0400)
committerBrian C. Lane <bcl@redhat.com>
Tue, 24 Apr 2012 17:58:02 +0000 (24 10:58 -0700)
treec0338cd8b1dc6e29f7d103aba95fb7b4298c661c
parentace3d83189fe1b06640c5451316084f50cb0bd3c
allow for use of yum plugins during livecd creation

https://bugzilla.redhat.com/show_bug.cgi?id=813429

This adds an option ("-p", or "--plugins") to livecd-creator to allow for
the use of yum plugins during image creation. The initial usage case is
for localized live images that want to use yum-langpacks when creating their
live image so that they include the proper language packs for their locale.

Aside from the noise of propagating the commandline options down to the yum
instance, there is a bugfix where we re-call repository setup after we've
actually added the repositories; this is required so that plugins operate
properly.

Bill
imgcreate/creator.py
imgcreate/live.py
imgcreate/yuminst.py
tools/livecd-creator