summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/plugins/imager
AgeCommit message (Expand)Author
2021-02-09wic: debug mode to keep tmp directoryLee Chee Yang
2021-01-20wic: Copy rootfs dir if fstab needs updatingPaul Barker
2021-01-20wic: Ensure internal workdir is not reusedPaul Barker
2021-01-13wic: Add workdir argumentPaul Barker
2021-01-01wic/direct/kparser: ensure fsuuid for vfat and msdos align with formatLee Chee Yang
2020-08-22wic: Add 512 Byte alignment to --offsetJoshua Watt
2020-06-16wic: Fix error message when reporting invalid offsetJoshua Watt
2020-06-04wic: Add --offset argument for partitionsJoshua Watt
2020-03-22wic/direct: reserve 2 sector for extended partitionChee Yang Lee
2020-01-10wic: Preserve intermediate filesPaul Barker
2019-10-07wic/direct: Partition numbering is broken for MBR primary partition #4Michael Cooper
2019-08-08wic: Add partition type for msdos partition tablesJason Wessel
2019-07-18wic: Fix (again) partition files UIDs on multi rootfs imagesRicardo Ribalda Delgado
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2018-09-12wic: 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-05wic: add 'part-name' argument for naming GPT partitionsArtur MÄ…drzak
2017-09-25wic: 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-03-31wic: set correct system id for msdos partitionsEd Bartosh
2017-03-31wic: allow only supported fstypesEd Bartosh
2017-03-27wic: fix generation of partition UUIDEd Bartosh
2017-03-21wic/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