summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/partition.py
Commit message (Expand)AuthorAgeFilesLines
* wic: implement wks option --mkfs-extraoptsEd Bartosh2017-07-211-15/+24
* wic: code cleanupEd Bartosh2017-06-231-1/+0
* wic: flatten directory structureEd Bartosh2017-06-231-1/+1
* wic: partition: Update fsck parametersDaniel Schultz2017-04-011-1/+1
* wic: remove prepare_empty_partition_squashfsEd Bartosh2017-04-011-29/+4
* wic: set FAT 16 for msdos partitionsEd Bartosh2017-04-011-2/+12
* wic: support 'msdos' fstypeEd Bartosh2017-04-011-5/+9
* wic: don't silently skip unknown fstypesEd Bartosh2017-04-011-19/+13
* wic: allow only supported fstypesEd Bartosh2017-04-011-6/+2
* wic: remove fsimage pluginEd Bartosh2017-04-011-13/+0
* wic: partition.py: Add fsck to avoid corrupt EXT file systemsDaniel Schultz2017-03-221-0/+3
* wic: move PluginMgr class to pluginbaseEd Bartosh2017-03-041-1/+1
* wic: remove PluginMgr.get_plugin_methodsEd Bartosh2017-03-041-12/+8
* wic: reimplement PluginMgr.get_plugin_methodsEd Bartosh2017-03-041-8/+5
* wic: remove PluginMgr.get_source_pluginsEd Bartosh2017-03-041-1/+1
* wic: use PluginMgr directlyEd Bartosh2017-03-041-3/+3
* wic: move WicError to lib/wic/__init__.pyEd Bartosh2017-03-041-1/+1
* wic: raise WicError in core modulesEd Bartosh2017-03-041-25/+21
* wic: use wic logger in core modulesEd Bartosh2017-03-041-32/+40
* wic: Add --exclude-path option to rootfs source plugin.Kristian Amlie2017-02-151-0/+1
* wic: use the same partition object in direct and partitionedfsEd Bartosh2017-02-151-0/+2
* wic: code cleanupEd Bartosh2017-02-021-4/+7
* wic: move oe/misc.py one level upEd Bartosh2017-02-021-2/+2
* wic: partition: simlify calling plugin methodsEd Bartosh2017-02-021-28/+25
* partition.py: use FAKEROOTCMD variable to get path to pseudoEd Bartosh2017-01-231-1/+1
* wic: add --fixed-size wks optionMaciej Borzecki2016-12-221-33/+55
* wic: obey the rootfs size from the metadataChristopher Larson2016-12-171-1/+12
* wic: check that filesystem is specified for a rootfs partitionMaciej Borzecki2016-11-151-0/+4
* wic: use partition size when creating empty partition filesMaciej Borzecki2016-11-151-2/+2
* wic: make sure that partition size is always an integer in internal processingMaciej Borzecki2016-11-151-3/+9
* wic: call os.ftruncate instead of running truncateEd Bartosh2016-11-061-5/+10
* wic: generate PARTUUID for MDOS partitionsEd Bartosh2016-10-071-3/+0
* image-live, image-vm, wic: Remove fs size workaroundJussi Kukkonen2016-06-031-8/+0
* wic: don't inherit classes from objectEd Bartosh2016-05-141-1/+1
* wic: use truncate utility to create sparse filesEd Bartosh2016-05-061-15/+5
* wic: add system_id attribute to PartitionEd Bartosh2016-04-291-0/+1
* wic: don't throw away our created swap partitionChristopher Larson2016-02-281-0/+1
* wic: fix processing of --use-uuidEd Bartosh2016-02-151-0/+3
* wic: add partition moduleEd Bartosh2016-01-181-0/+410