summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/plugins/imager/direct.py
Commit message (Expand)AuthorAgeFilesLines
* wic/direct: reserve 2 sector for extended partitionChee Yang Lee2020-03-301-3/+3
* wic/direct: Partition numbering is broken for MBR primary partition #4Michael Cooper2019-10-081-1/+2
* wic: Add partition type for msdos partition tablesJason Wessel2019-08-121-11/+26
* wic: Fix (again) partition files UIDs on multi rootfs imagesRicardo Ribalda Delgado2019-07-191-25/+12
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-15/+1
* wic: Introduce the --use-label partition parameterKevin Hao2018-09-131-0/+2
* wic: Fix partition files UIDs on multi rootfs imagesRicardo Ribalda Delgado2018-05-221-0/+4
* wic/imager/direct: Ensure correct ROOTFS_DIR is shownRichard Purdie2018-04-201-1/+6
* wic: Introduce --fsuuid and have --use-uuid make use of UUID tooTom Rini2017-12-181-2/+15
* wic: When using --use-uuid make sure that we update the fstab with PARTUUIDTom Rini2017-11-081-3/+6
* wic: add 'part-name' argument for naming GPT partitionsArtur MÄ…drzak2017-11-071-0/+11
* wic: Add option to not change fstabFabio Berton2017-09-261-1/+5
* wic: run bmaptool with native Python3Ed Bartosh2017-09-111-2/+4
* wic: improve generating disk system identifierJonathan Liu2017-08-031-1/+2
* wic: ensure generated disk system identifier is non-zeroJonathan Liu2017-07-301-1/+1
* wic: add /boot mount point to fstab by defaultEd Bartosh2017-07-301-1/+1
* wic: copy rootfs directory before changing fstabEd Bartosh2017-07-301-9/+15
* wic: fix calculation of partition numberEd Bartosh2017-07-211-1/+1
* wic: fix restoring of original fstabEd Bartosh2017-06-231-4/+5
* wic: flatten directory structureEd Bartosh2017-06-231-1/+1
* filemap: change signature of sparse_copy functionEd Bartosh2017-06-141-1/+1
* wic: set correct system id for msdos partitionsEd Bartosh2017-04-011-11/+2
* wic: allow only supported fstypesEd Bartosh2017-04-011-2/+0
* wic: fix generation of partition UUIDEd Bartosh2017-03-271-1/+1
* 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: 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-041-1/+1
* wic: raise WicError instead of ImageError and CreatorErrorEd Bartosh2017-03-041-3/+3
* wic: raise WicError in wic pluginsEd Bartosh2017-03-041-4/+2
* wic: move errors moduleEd Bartosh2017-03-041-1/+1
* 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-151-9/+0
* wic: move PartitionedImage class to direct.pyEd Bartosh2017-02-151-2/+276
* wic: move disk operations to PartitionImage classEd Bartosh2017-02-151-67/+30
* 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