summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/partition.py
AgeCommit message (Expand)Author
2017-03-31wic: allow only supported fstypesEd Bartosh
2017-03-31wic: remove fsimage pluginEd Bartosh
2017-03-21wic: partition.py: Add fsck to avoid corrupt EXT file systemsDaniel Schultz
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: remove PluginMgr.get_source_pluginsEd Bartosh
2017-03-04wic: use PluginMgr directlyEd Bartosh
2017-03-04wic: move WicError to lib/wic/__init__.pyEd Bartosh
2017-03-04wic: raise WicError in core modulesEd Bartosh
2017-03-04wic: use wic logger in core modulesEd Bartosh
2017-02-15wic: Add --exclude-path option to rootfs source plugin.Kristian Amlie
2017-02-15wic: use the same partition object in direct and partitionedfsEd Bartosh
2017-02-02wic: code cleanupEd Bartosh
2017-02-02wic: move oe/misc.py one level upEd Bartosh
2017-02-02wic: partition: simlify calling plugin methodsEd Bartosh
2017-01-23partition.py: use FAKEROOTCMD variable to get path to pseudoEd Bartosh
2016-12-22wic: add --fixed-size wks optionMaciej Borzecki
2016-12-17wic: obey the rootfs size from the metadataChristopher Larson
2016-11-15wic: check that filesystem is specified for a rootfs partitionMaciej Borzecki
2016-11-15wic: use partition size when creating empty partition filesMaciej Borzecki
2016-11-15wic: make sure that partition size is always an integer in internal processingMaciej Borzecki
2016-11-06wic: call os.ftruncate instead of running truncateEd Bartosh
2016-10-07wic: generate PARTUUID for MDOS partitionsEd Bartosh
2016-06-03image-live, image-vm, wic: Remove fs size workaroundJussi Kukkonen
2016-05-14wic: don't inherit classes from objectEd Bartosh
2016-05-06wic: use truncate utility to create sparse filesEd Bartosh
2016-04-29wic: add system_id attribute to PartitionEd Bartosh
2016-02-28wic: don't throw away our created swap partitionChristopher Larson
2016-02-15wic: fix processing of --use-uuidEd Bartosh
2016-01-17wic: add partition moduleEd Bartosh