Age | Commit message (Expand) | Author | Files |
2018-09-12 | wic: Introduce the --use-label partition parameter | Kevin Hao | 1 |
2018-05-22 | wic: Fix partition files UIDs on multi rootfs images | Ricardo Ribalda Delgado | 1 |
2018-04-20 | wic/imager/direct: Ensure correct ROOTFS_DIR is shown | Richard Purdie | 1 |
2017-12-18 | wic: Introduce --fsuuid and have --use-uuid make use of UUID too | Tom Rini | 1 |
2017-11-08 | wic: When using --use-uuid make sure that we update the fstab with PARTUUID | Tom Rini | 1 |
2017-11-05 | wic: add 'part-name' argument for naming GPT partitions | Artur MÄ…drzak | 1 |
2017-09-25 | wic: Add option to not change fstab | Fabio Berton | 1 |
2017-09-11 | wic: run bmaptool with native Python3 | Ed Bartosh | 1 |
2017-08-03 | wic: improve generating disk system identifier | Jonathan Liu | 1 |
2017-07-30 | wic: ensure generated disk system identifier is non-zero | Jonathan Liu | 1 |
2017-07-30 | wic: add /boot mount point to fstab by default | Ed Bartosh | 1 |
2017-07-30 | wic: copy rootfs directory before changing fstab | Ed Bartosh | 1 |
2017-07-21 | wic: fix calculation of partition number | Ed Bartosh | 1 |
2017-06-23 | wic: fix restoring of original fstab | Ed Bartosh | 1 |
2017-06-23 | wic: flatten directory structure | Ed Bartosh | 1 |
2017-06-14 | filemap: change signature of sparse_copy function | Ed Bartosh | 1 |
2017-03-31 | wic: set correct system id for msdos partitions | Ed Bartosh | 1 |
2017-03-31 | wic: allow only supported fstypes | Ed Bartosh | 1 |
2017-03-27 | wic: fix generation of partition UUID | 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-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 | 1 |
2017-03-04 | wic: raise WicError instead of ImageError and CreatorError | Ed Bartosh | 1 |
2017-03-04 | wic: raise WicError in wic plugins | Ed Bartosh | 1 |
2017-03-04 | wic: move errors module | Ed Bartosh | 1 |
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 | 1 |
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 | 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: flatten imager class hierarchy | Ed Bartosh | 1 |
2017-02-02 | wic: direct: fix creation of work directory | Ed Bartosh | 1 |
2017-02-02 | wic: code cleanup | Ed Bartosh | 1 |
2017-02-02 | wic: move oe/misc.py one level up | Ed Bartosh | 1 |