implement '--check-pkgs' to check if packages included in image
authorGui Chen <gui.chen@intel.com>
Thu, 27 Jun 2013 07:41:59 +0000 (03:41 -0400)
committerGui Chen <gui.chen@intel.com>
Mon, 1 Jul 2013 09:26:27 +0000 (05:26 -0400)
commit609c7497d548c8d5421ddde5347e46939342e62b
treee1d953be011d2ad95c7689c0f83ab24ec48588d2
parent740faac9f113b8cbe018506a05dfccbc0334688f
implement '--check-pkgs' to check if packages included in image

check the given package list, if it will be installed, remove it
from the checking list. when check done, it proves some given
packages won't be installed to the image, mic should abort

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