Initial checkin of micng
authorZhou Shuangquan <shuangquan.zhou@intel.com>
Wed, 10 Aug 2011 02:20:36 +0000 (10:20 +0800)
committerZhou Shuangquan <shuangquan.zhou@intel.com>
Wed, 10 Aug 2011 02:20:36 +0000 (10:20 +0800)
commit98657e38015bb1c3b3e04ba7a1e8c1bc72906c46
treeeb983173750ffad3598144d7685585e5ebd8455a
parentc9a40ffb278a34263b841f079e1e08f02214e0f8
Initial checkin of micng

Note: create fs/loop/raw/livecd/liveusb
      chroot fs/loop/raw/livecd/liveusb

Signed-off-by: Zhou Shuangquan <shuangquan.zhou@intel.com>
67 files changed:
distfiles/micng.conf
micng/chroot.py
micng/configmgr.py
micng/creator.py [new file with mode: 0644]
micng/imager/__init__.py
micng/imager/baseimager.py [moved from micng/imager/BaseImageCreator.py with 65% similarity]
micng/imager/fs.py
micng/imager/futhercreator.py [new file with mode: 0644]
micng/imager/livecd.py
micng/imager/liveusb.py [new file with mode: 0644]
micng/imager/loop.py [new file with mode: 0644]
micng/imager/raw.py [new file with mode: 0644]
micng/micng.conf [new file with mode: 0644]
micng/pluginbase/backend_plugin.py
micng/pluginbase/base_plugin.py [deleted file]
micng/pluginbase/hook_plugin.py
micng/pluginbase/imager_plugin.py [changed mode: 0755->0644]
micng/pluginmgr.py
micng/utils/argparse.py [deleted file]
micng/utils/errors.py
micng/utils/misc.py [changed mode: 0755->0644]
micng/utils/partitionedfs.py [new file with mode: 0644]
micng/utils/pkgmanagers/__init__.py [deleted file]
micng/utils/pkgmanagers/yumpkgmgr.py [deleted file]
micng/utils/pkgmanagers/zypppkgmgr.py [deleted file]
plugins/backend/yumpkgmgr.py
plugins/backend/zypppkgmgr.py
plugins/hook/.py [moved from plugins/hook/_hook.py with 100% similarity]
plugins/imager/fs_plugin.py
plugins/imager/livecd_plugin.py
plugins/imager/liveusb_plugin.py [new file with mode: 0644]
plugins/imager/loop_plugin.py [new file with mode: 0644]
plugins/imager/raw_plugin.py [new file with mode: 0644]
setup.py
tests/addcase.sh [new file with mode: 0755]
tests/mic-test.py [new file with mode: 0644]
tests/mic_cases/base/test.ks [new file with mode: 0644]
tests/mic_cases/test-bootstrap/expect [new file with mode: 0644]
tests/mic_cases/test-bootstrap/ks.p [moved from micng/utils/logger.py with 100% similarity]
tests/mic_cases/test-bootstrap/options [new file with mode: 0644]
tests/mic_cases/test-creatprc/expect [new file with mode: 0644]
tests/mic_cases/test-creatprc/ks.p [new file with mode: 0644]
tests/mic_cases/test-creatprc/options [new file with mode: 0644]
tests/mic_cases/test-genimg/ks.p [new file with mode: 0644]
tests/mic_cases/test-genimg/options [new file with mode: 0644]
tests/mic_cases/test-imageformat/expect [new file with mode: 0644]
tests/mic_cases/test-imageformat/ks.p [new file with mode: 0644]
tests/mic_cases/test-imageformat/options [new file with mode: 0644]
tests/mic_cases/test-invalidrepostr/expect [new file with mode: 0644]
tests/mic_cases/test-invalidrepostr/ks.p [new file with mode: 0644]
tests/mic_cases/test-invalidrepostr/options [new file with mode: 0644]
tests/mic_cases/test-misspkgs/expect [new file with mode: 0644]
tests/mic_cases/test-misspkgs/ks.p [new file with mode: 0644]
tests/mic_cases/test-misspkgs/options [new file with mode: 0644]
tests/mic_cases/test-norepo/expect [new file with mode: 0644]
tests/mic_cases/test-norepo/ks.p [new file with mode: 0644]
tests/mic_cases/test-norepo/options [new file with mode: 0644]
tests/mic_cases/test-root/expect [new file with mode: 0644]
tests/mic_cases/test-root/ks.p [moved from micng/utils/error.py with 100% similarity]
tests/mic_cases/test-root/options [new file with mode: 0644]
tests/mic_cases/test-runmode/expect [new file with mode: 0644]
tests/mic_cases/test-runmode/ks.p [new file with mode: 0644]
tests/mic_cases/test-runmode/options [new file with mode: 0644]
tests/testbase.py [new file with mode: 0644]
tools/mic-image-create [deleted file]
tools/micng [changed mode: 0755->0644]
tools/micng.ref [deleted file]