summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/plugins/imager
AgeCommit message (Expand)Author
2018-09-13wic: Introduce the --use-label partition parameterKevin Hao
2018-05-22wic: Fix partition files UIDs on multi rootfs imagesRicardo Ribalda Delgado
2018-04-20wic/imager/direct: Ensure correct ROOTFS_DIR is shownRichard Purdie
2017-12-18wic: Introduce --fsuuid and have --use-uuid make use of UUID tooTom Rini
2017-11-08wic: When using --use-uuid make sure that we update the fstab with PARTUUIDTom Rini
2017-11-07wic: add 'part-name' argument for naming GPT partitionsArtur MÄ…drzak
2017-09-26wic: Add option to not change fstabFabio Berton
2017-09-11wic: run bmaptool with native Python3Ed Bartosh
2017-08-03wic: improve generating disk system identifierJonathan Liu
2017-07-30wic: ensure generated disk system identifier is non-zeroJonathan Liu
2017-07-30wic: add /boot mount point to fstab by defaultEd Bartosh
2017-07-30wic: copy rootfs directory before changing fstabEd Bartosh
2017-07-21wic: fix calculation of partition numberEd Bartosh
2017-06-23wic: fix restoring of original fstabEd Bartosh
2017-06-23wic: flatten directory structureEd Bartosh
2017-06-14filemap: change signature of sparse_copy functionEd Bartosh
2017-04-01wic: set correct system id for msdos partitionsEd Bartosh
2017-04-01wic: allow only supported fstypesEd Bartosh
2017-03-27wic: fix generation of partition UUIDEd Bartosh
2017-03-22wic/partionedfs: Avoid reserving space for non-existing ext. partitionKristian Amlie
2017-03-11wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries.Kristian Amlie
2017-03-04wic: move PluginMgr class to pluginbaseEd Bartosh
2017-03-04wic: remove PluginMgr.get_plugin_methodsEd Bartosh
2017-03-04wic: reimplement PluginMgr.get_plugin_methodsEd Bartosh
2017-03-04wic: use PluginMgr directlyEd Bartosh
2017-03-04wic: move WicError to lib/wic/__init__.pyEd Bartosh
2017-03-04wic: raise WicError instead of ImageError and CreatorErrorEd Bartosh
2017-03-04wic: raise WicError in wic pluginsEd Bartosh
2017-03-04wic: move errors moduleEd Bartosh
2017-03-04wic: use wic logger in imager direct pluginEd Bartosh
2017-02-15wic: direct: move creation of PartitionedImage to __init__Ed Bartosh
2017-02-15wic: direct: move generation of part.realnum to PartitionedImageEd Bartosh
2017-02-15wic: direct: add PartitionedImage.prepare methodEd Bartosh
2017-02-15wic: direct: set bootloader.source in the __init__Ed Bartosh
2017-02-15wic: direct: move UUID generation to PartitionedImageEd Bartosh
2017-02-15wic: direct: add 'realnum' attribute to partitionEd Bartosh
2017-02-15wic: direct: remove useless codeEd Bartosh
2017-02-15wic: direct: don't catch ImagerErrorEd Bartosh
2017-02-15wic: direct: remove set_bootimg_dir setterEd Bartosh
2017-02-15wic: move PartitionedImage class to direct.pyEd Bartosh
2017-02-15wic: move disk operations to PartitionImage classEd Bartosh
2017-02-15wic: remove unused argument scripts_pathEd Bartosh
2017-02-15wic: direct: remove unused importEd Bartosh
2017-02-15wic: direct: remove unused plugin attributesEd Bartosh
2017-02-15wic: use the same partition object in direct and partitionedfsEd Bartosh
2017-02-15wic: direct: get rid of _get_parts getterEd Bartosh
2017-02-05wic: flatten imager class hierarchyEd Bartosh
2017-02-02wic: direct: fix creation of work directoryEd Bartosh
2017-02-02wic: code cleanupEd Bartosh
2017-02-02wic: move oe/misc.py one level upEd Bartosh