summaryrefslogtreecommitdiff
path: root/scripts/lib/wic/plugins
AgeCommit message (Expand)AuthorFiles
2017-09-11wic: run bmaptool with native Python3Ed Bartosh1
2017-08-03wic: improve generating disk system identifierJonathan Liu1
2017-07-30wic: ensure generated disk system identifier is non-zeroJonathan Liu1
2017-07-30wic: add /boot mount point to fstab by defaultEd Bartosh1
2017-07-30wic: rootfs: make copied rootfs uniqueEd Bartosh1
2017-07-30wic: rootfs: fix rootfs path reportingEd Bartosh1
2017-07-30wic: use absolute paths in rootfs pluginEd Bartosh1
2017-07-30wic: copy rootfs directory before changing fstabEd Bartosh1
2017-07-21wic: fix calculation of partition numberEd Bartosh1
2017-07-17wic: isoimage-isohybrid: use grub-efi from deploy dirEd Bartosh1
2017-07-17wic: isoimage-isohybrid: check result of glob()Ed Bartosh1
2017-07-17wic: isoimage: do not remove temp directoryEd Bartosh1
2017-07-17wic: get rid of using wic-toolsEd Bartosh2
2017-06-23wic: fix restoring of original fstabEd Bartosh1
2017-06-23wic: code cleanupEd Bartosh1
2017-06-23wic: flatten directory structureEd Bartosh7
2017-06-14filemap: change signature of sparse_copy functionEd Bartosh1
2017-06-14bootimg-pcbios: make boot image file uniqueEd Bartosh1
2017-06-06wic: Remove obsolete reference to msger logger.Kristian Amlie1
2017-06-03isoimage-isohybrid: don't use TRANSLATED_TARGET_ARCHEd Bartosh1
2017-03-31wic: set correct system id for msdos partitionsEd Bartosh1
2017-03-31wic: allow only supported fstypesEd Bartosh1
2017-03-31wic: remove runner.show APIEd Bartosh1
2017-03-31wic: use wic-tools STAGING_DATADIR as bootimg_dirEd Bartosh1
2017-03-31wic: remove fsimage pluginEd Bartosh1
2017-03-27wic: fix generation of partition UUIDEd Bartosh1
2017-03-24wic: use kernel_dir to find systemd-efi bootloaderEd Bartosh1
2017-03-22wic: improve getting syslinux pathEd Bartosh1
2017-03-22wic: remove empty plugin methodsEd Bartosh3
2017-03-22wic: use kernel_dir instead of bootimg_dirEd Bartosh3
2017-03-22wic: don't set creator.bootimg_dir in pluginsEd Bartosh2
2017-03-22wic: remove rootfs_pcbios_ext pluginEd Bartosh1
2017-03-21wic/partionedfs: Avoid reserving space for non-existing ext. partitionKristian Amlie1
2017-03-11wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries.Kristian Amlie1
2017-03-10wic: plugins: rawcopy: Fixed wrong variable typeDaniel Schultz1
2017-03-04wic: bootimg-pcbios: add support for syslinux vesamenuEd Bartosh1
2017-03-04wic: raise WicError instead of calling logger.errorEd Bartosh1
2017-03-04wic: move PluginMgr class to pluginbaseEd Bartosh1
2017-03-04wic: remove PluginMgr.get_plugin_methodsEd Bartosh1
2017-03-04wic: reimplement PluginMgr.get_plugin_methodsEd Bartosh1
2017-03-04wic: use PluginMgr directlyEd Bartosh1
2017-03-04wic: move WicError to lib/wic/__init__.pyEd Bartosh9
2017-03-04wic: raise WicError instead of ImageError and CreatorErrorEd Bartosh3
2017-03-04wic: raise WicError in wic pluginsEd Bartosh9
2017-03-04wic: move errors moduleEd Bartosh3
2017-03-04wic: use wic logger in wic source pluginsEd Bartosh8
2017-03-04wic: use wic logger in imager direct pluginEd Bartosh1
2017-02-15wic: direct: move creation of PartitionedImage to __init__Ed Bartosh1
2017-02-15wic: direct: move generation of part.realnum to PartitionedImageEd Bartosh1
2017-02-15wic: direct: add PartitionedImage.prepare methodEd Bartosh1