summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
* wic: fix generation of partition UUIDEd Bartosh2017-03-271-1/+1
* wic: use kernel_dir to find systemd-efi bootloaderEd Bartosh2017-03-241-1/+1
* wic: improve getting syslinux pathEd Bartosh2017-03-231-24/+27
* wic: remove empty plugin methodsEd Bartosh2017-03-233-58/+0
* wic: fix bug in sparse_copyEd Bartosh2017-03-231-0/+1
* wic: use kernel_dir instead of bootimg_dirEd Bartosh2017-03-233-18/+18
* wic: don't set creator.bootimg_dir in pluginsEd Bartosh2017-03-232-4/+0
* wic: remove rootfs_pcbios_ext pluginEd Bartosh2017-03-231-213/+0
* wic: partition.py: Add fsck to avoid corrupt EXT file systemsDaniel Schultz2017-03-221-0/+3
* wic/partionedfs: Avoid reserving space for non-existing ext. partitionKristian Amlie2017-03-221-2/+6
* wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries.Kristian Amlie2017-03-111-1/+1
* wic: filemap: Fixed spared_copy skipDaniel Schultz2017-03-101-3/+3
* wic: plugins: rawcopy: Fixed wrong variable typeDaniel Schultz2017-03-101-1/+1
* wic: add more targets to directdisk syslinux configEd Bartosh2017-03-041-6/+22
* wic: bootimg-pcbios: add support for syslinux vesamenuEd Bartosh2017-03-041-7/+13
* wic: raise WicError instead of calling logger.errorEd Bartosh2017-03-042-3/+3
* wic: exec_native_cmd: fix undefined variable errorEd Bartosh2017-03-041-0/+1
* wic: exec_native_cmd: improve debug messageEd Bartosh2017-03-041-1/+1
* wic: use 2 sysroots to find native executableEd Bartosh2017-03-041-2/+6
* wic: pluginbase: use global dictionaryEd Bartosh2017-03-041-17/+15
* wic: move PluginMgr class to pluginbaseEd Bartosh2017-03-046-74/+48
* wic: plugin: cache results in get_pluginsEd Bartosh2017-03-041-10/+12
* wic: remove PluginMgr.get_plugin_methodsEd Bartosh2017-03-044-41/+13
* wic: throw exception if required API is not implementedEd Bartosh2017-03-041-0/+6
* wic: pluginbase: use python 3 metaclass syntaxEd Bartosh2017-03-041-2/+2
* wic: reimplement PluginMgr.get_pluginsEd Bartosh2017-03-041-72/+27
* wic: reimplement PluginMgr.get_plugin_methodsEd Bartosh2017-03-044-27/+20
* wic: remove PluginMgr.get_source_pluginsEd Bartosh2017-03-043-14/+2
* wic: use PluginMgr directlyEd Bartosh2017-03-045-56/+47
* wic: move WicError to lib/wic/__init__.pyEd Bartosh2017-03-0416-44/+34
* wic: raise WicError instead of ImageError and CreatorErrorEd Bartosh2017-03-044-9/+9
* wic: raise WicError in wic pluginsEd Bartosh2017-03-049-124/+75
* wic: raise WicError in core modulesEd Bartosh2017-03-044-43/+36
* wic: move errors moduleEd Bartosh2017-03-045-5/+5
* wic: remove msger moduleEd Bartosh2017-03-042-213/+0
* wic: use wic logger in wic source pluginsEd Bartosh2017-03-048-135/+200
* wic: use wic logger in imager direct pluginEd Bartosh2017-03-041-40/+43
* wic: use wic logger in core modulesEd Bartosh2017-03-048-77/+104
* wic: direct: move creation of PartitionedImage to __init__Ed Bartosh2017-02-151-4/+4
* wic: direct: move generation of part.realnum to PartitionedImageEd Bartosh2017-02-151-13/+13
* wic: direct: add PartitionedImage.prepare methodEd Bartosh2017-02-151-13/+11
* wic: direct: set bootloader.source in the __init__Ed Bartosh2017-02-151-6/+7
* wic: direct: move UUID generation to PartitionedImageEd Bartosh2017-02-151-12/+11
* wic: direct: add 'realnum' attribute to partitionEd Bartosh2017-02-151-26/+20
* wic: direct: remove useless codeEd Bartosh2017-02-151-3/+1
* wic: direct: don't catch ImagerErrorEd Bartosh2017-02-151-4/+1
* wic: direct: remove set_bootimg_dir setterEd Bartosh2017-02-153-11/+2
* wic: ksparser: set default disk to 'sda'Ed Bartosh2017-02-151-1/+1
* wic: remove utils/oe/__init__.pyEd Bartosh2017-02-151-22/+0
* wic: move PartitionedImage class to direct.pyEd Bartosh2017-02-152-303/+276