container support with '%attachment' in ks
authorGui Chen <gui.chen@intel.com>
Wed, 9 May 2012 14:39:17 +0000 (22:39 +0800)
committerGui Chen <gui.chen@intel.com>
Wed, 9 May 2012 14:39:17 +0000 (22:39 +0800)
commita2044bf0609a982a4ef9f55b21d44f8dfd4af150
tree6213d4dc2d913e5879fec50a702af7bd1a666c1b
parent030cc1b1476a7adf417e1ed39be073410ece7c8f
container support with '%attachment' in ks

section %attachment in ks file will list file path or package name,
container will copy the files or content of the packages inside image.
then they are all taring together in loop image with '--taring-to'.

Signed-off-by: Gui Chen <gui.chen@intel.com>
mic/imager/baseimager.py
mic/imager/loop.py
mic/kickstart/__init__.py
plugins/backend/yumpkgmgr.py
plugins/backend/zypppkgmgr.py