summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* wic: flatten directory structureEd Bartosh2017-06-237-10/+9
* filemap: change signature of sparse_copy functionEd Bartosh2017-06-141-1/+1
* bootimg-pcbios: make boot image file uniqueEd Bartosh2017-06-141-1/+1
* wic: Remove obsolete reference to msger logger.Kristian Amlie2017-06-061-2/+5
* isoimage-isohybrid: don't use TRANSLATED_TARGET_ARCHEd Bartosh2017-06-031-4/+2
* wic: set correct system id for msdos partitionsEd Bartosh2017-04-011-11/+2
* wic: allow only supported fstypesEd Bartosh2017-04-011-2/+0
* wic: remove runner.show APIEd Bartosh2017-04-011-4/+2
* wic: use wic-tools STAGING_DATADIR as bootimg_dirEd Bartosh2017-04-011-22/+20
* wic: remove fsimage pluginEd Bartosh2017-04-011-56/+0
* 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: 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/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: plugins: rawcopy: Fixed wrong variable typeDaniel Schultz2017-03-101-1/+1
* wic: bootimg-pcbios: add support for syslinux vesamenuEd Bartosh2017-03-041-7/+13
* wic: raise WicError instead of calling logger.errorEd Bartosh2017-03-041-2/+2
* wic: move PluginMgr class to pluginbaseEd Bartosh2017-03-041-2/+1
* wic: remove PluginMgr.get_plugin_methodsEd Bartosh2017-03-041-6/+4
* wic: reimplement PluginMgr.get_plugin_methodsEd Bartosh2017-03-041-5/+5
* wic: use PluginMgr directlyEd Bartosh2017-03-041-2/+2
* wic: move WicError to lib/wic/__init__.pyEd Bartosh2017-03-049-9/+9
* wic: raise WicError instead of ImageError and CreatorErrorEd Bartosh2017-03-043-7/+7
* wic: raise WicError in wic pluginsEd Bartosh2017-03-049-124/+75
* wic: move errors moduleEd Bartosh2017-03-043-3/+3
* 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: 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: move PartitionedImage class to direct.pyEd Bartosh2017-02-151-2/+276
* wic: move disk operations to PartitionImage classEd Bartosh2017-02-154-77/+36
* wic: Add --exclude-path option to rootfs source plugin.Kristian Amlie2017-02-151-1/+42
* wic: remove unused argument scripts_pathEd Bartosh2017-02-151-1/+1
* wic: direct: remove unused importEd Bartosh2017-02-151-2/+1
* wic: direct: remove unused plugin attributesEd Bartosh2017-02-151-4/+0
* wic: use the same partition object in direct and partitionedfsEd Bartosh2017-02-151-8/+1
* wic: direct: get rid of _get_parts getterEd Bartosh2017-02-151-28/+8
* wic: fix call of serial_console_form_kargsEd Bartosh2017-02-051-1/+1