summaryrefslogtreecommitdiff
path: root/plugins/imager
AgeCommit message (Expand)AuthorFilesLines
2012-01-20Introduce --copy-kernel cmdline option to copy kernel files to output directory.Marko Saukko5-0/+5
2012-01-16add shell option for convertor to enable modification before conertingGui Chen2-2/+4
2012-01-09more accurate checking for tarball of loop imagesGui Chen1-4/+7
2012-01-04more accurate help message for subcommandsJF Ding5-10/+20
2011-12-31new feature: runtime support and bootstrap runtimeZhang Qiang5-5/+21
2011-12-30more coding style tunningsJF Ding2-2/+6
2011-12-30loop.py & loop_plugin.py: mountpoints check and code styleGui Chen1-16/+28
2011-12-29some changes for save/load mountpoints info for taring loopJF Ding1-37/+41
2011-12-29Merge "fix convert failed caused by NoneType 'createopts'"Jian-feng ding2-2/+4
2011-12-28full support for taring-to output: partition info save and chrootGui Chen1-0/+55
2011-12-27fix convert failed caused by NoneType 'createopts'Gui Chen2-2/+4
2011-12-19fix arm raw image dont' hint when existedGui Chen1-6/+7
2011-12-15Don't create new name value as we have already done one during the config and...Marko Saukko5-10/+30
2011-12-12more concise plugin related expressionsJF Ding5-15/+20
2011-12-12make the configmgr betterJF Ding5-20/+20
2011-12-01Fix typo.Zhang Qiang1-1/+1
2011-11-17support btrfs and ext4 for creator, chroot, convertGui Chen3-19/+58
2011-11-15fix image size which cause chroot issueGui Chen1-1/+1
2011-10-27better handling for existing files checksJF Ding5-5/+15
2011-10-27Fix convert livecd/liveusb cannot workGui Chen2-14/+10
2011-10-26Clean up checking exist image codeZhang Qiang5-48/+30
2011-10-26Give prompt info if target image file exist.Zhang Qiang4-0/+42
2011-10-21rewrite the release_out codeJF Ding5-5/+5
2011-10-19unify the variable name in plugins to avoid typosJF Ding1-15/+15
2011-10-19fixed typosJF Ding4-4/+4
2011-10-19Refine the outdir for releaseGui Chen5-5/+5
2011-10-19Check if ks file existsGui Chen5-0/+15
2011-10-13Add --record-pkgs option to output more package infoZhang Qiang5-15/+30
2011-10-11support taring all loop imgs to a single fileJF Ding1-2/+3
2011-10-10make loop image type support multiple partitionsJF Ding1-1/+1
2011-10-10remove unused options for loop typeJF Ding1-15/+2
2011-10-10unify the license header of all filesJF Ding5-65/+55
2011-09-22show available pkgmgrs if invalid one encounteredJF Ding5-5/+10
2011-09-21Fixed a issue about 'include_src'Shuangquan Zhou1-0/+1
2011-09-21Merge "Correct release option show"JF Ding5-11/+5
2011-09-20Cleanup temporary dirs, even if convertor failsShuangquan Zhou2-16/+20
2011-09-20Correct release option showGui Chen5-11/+5
2011-09-20Remove the temporary dir 'srcmnt'Shuangquan Zhou1-1/+1
2011-09-20Corrected a mistake of fs_pluginShuangquan Zhou1-1/+1
2011-09-19namespace typo fixedJF Ding1-1/+1
2011-09-12hide the private partJF Ding1-177/+0
2011-09-12add --release support for new imagetypeJF Ding2-2/+17
2011-09-12Add release optionGui Chen5-7/+77
2011-09-09revert the _resparse() code for livecdJF Ding1-1/+3
2011-09-09adding resizing and packaging for new image typeJF Ding1-0/+13
2011-09-09new image type plugin addedJF Ding1-0/+147
2011-09-07postpone the fetch repomd and cleanup configmgrJF Ding5-21/+10
2011-09-07enhance loop to mount multi-loop imgs at the same timeJF Ding2-3/+17
2011-09-07replace most of subprocess calls by new runner apisJF Ding2-10/+1
2011-09-05move msger.run to utils.runner module and more apisJF Ding1-2/+2