Age | Commit message (Expand) | Author | Files |
2017-03-22 | wic: improve getting syslinux path | Ed Bartosh | 1 |
2017-03-22 | wic: remove empty plugin methods | Ed Bartosh | 3 |
2017-03-22 | wic: use kernel_dir instead of bootimg_dir | Ed Bartosh | 3 |
2017-03-22 | wic: don't set creator.bootimg_dir in plugins | Ed Bartosh | 2 |
2017-03-22 | wic: remove rootfs_pcbios_ext plugin | Ed Bartosh | 1 |
2017-03-21 | wic/partionedfs: Avoid reserving space for non-existing ext. partition | Kristian Amlie | 1 |
2017-03-11 | wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries. | Kristian Amlie | 1 |
2017-03-10 | wic: plugins: rawcopy: Fixed wrong variable type | Daniel Schultz | 1 |
2017-03-04 | wic: bootimg-pcbios: add support for syslinux vesamenu | Ed Bartosh | 1 |
2017-03-04 | wic: raise WicError instead of calling logger.error | Ed Bartosh | 1 |
2017-03-04 | wic: move PluginMgr class to pluginbase | Ed Bartosh | 1 |
2017-03-04 | wic: remove PluginMgr.get_plugin_methods | Ed Bartosh | 1 |
2017-03-04 | wic: reimplement PluginMgr.get_plugin_methods | Ed Bartosh | 1 |
2017-03-04 | wic: use PluginMgr directly | Ed Bartosh | 1 |
2017-03-04 | wic: move WicError to lib/wic/__init__.py | Ed Bartosh | 9 |
2017-03-04 | wic: raise WicError instead of ImageError and CreatorError | Ed Bartosh | 3 |
2017-03-04 | wic: raise WicError in wic plugins | Ed Bartosh | 9 |
2017-03-04 | wic: move errors module | Ed Bartosh | 3 |
2017-03-04 | wic: use wic logger in wic source plugins | Ed Bartosh | 8 |
2017-03-04 | wic: use wic logger in imager direct plugin | Ed Bartosh | 1 |
2017-02-15 | wic: direct: move creation of PartitionedImage to __init__ | Ed Bartosh | 1 |
2017-02-15 | wic: direct: move generation of part.realnum to PartitionedImage | Ed Bartosh | 1 |
2017-02-15 | wic: direct: add PartitionedImage.prepare method | Ed Bartosh | 1 |
2017-02-15 | wic: direct: set bootloader.source in the __init__ | Ed Bartosh | 1 |
2017-02-15 | wic: direct: move UUID generation to PartitionedImage | Ed Bartosh | 1 |
2017-02-15 | wic: direct: add 'realnum' attribute to partition | Ed Bartosh | 1 |
2017-02-15 | wic: direct: remove useless code | Ed Bartosh | 1 |
2017-02-15 | wic: direct: don't catch ImagerError | Ed Bartosh | 1 |
2017-02-15 | wic: direct: remove set_bootimg_dir setter | Ed Bartosh | 3 |
2017-02-15 | wic: move PartitionedImage class to direct.py | Ed Bartosh | 1 |
2017-02-15 | wic: move disk operations to PartitionImage class | Ed Bartosh | 4 |
2017-02-15 | wic: Add --exclude-path option to rootfs source plugin. | Kristian Amlie | 1 |
2017-02-15 | wic: remove unused argument scripts_path | Ed Bartosh | 1 |
2017-02-15 | wic: direct: remove unused import | Ed Bartosh | 1 |
2017-02-15 | wic: direct: remove unused plugin attributes | Ed Bartosh | 1 |
2017-02-15 | wic: use the same partition object in direct and partitionedfs | Ed Bartosh | 1 |
2017-02-15 | wic: direct: get rid of _get_parts getter | Ed Bartosh | 1 |
2017-02-05 | wic: fix call of serial_console_form_kargs | Ed Bartosh | 1 |
2017-02-05 | wic: isoimage-isohybrid: use wic-tools to get syslinux path | Ed Bartosh | 1 |
2017-02-05 | wic: flatten imager class hierarchy | Ed Bartosh | 1 |
2017-02-02 | wic: direct: fix creation of work directory | Ed Bartosh | 1 |
2017-02-02 | wic: remove syslinux.py | Ed Bartosh | 1 |
2017-02-02 | wic: code cleanup | Ed Bartosh | 7 |
2017-02-02 | wic: move oe/misc.py one level up | Ed Bartosh | 9 |
2017-02-02 | wic: move 2 APIs to wic.engine | Ed Bartosh | 3 |
2017-02-02 | wic: renamd direct_plugin.py -> direct.py | Ed Bartosh | 1 |
2017-02-02 | wic: simplified code of direct_plugin | Ed Bartosh | 1 |
2017-02-02 | wic: pylinted direct_plugin | Ed Bartosh | 1 |
2017-02-02 | wic: improve naming in direct_plugin classes | Ed Bartosh | 1 |
2017-02-02 | wic: get rid of __rootfs_dir_to_dict method | Ed Bartosh | 1 |