summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/utils/partitionedfs.py
Commit message (Expand)AuthorAgeFilesLines
* wic: move PartitionedImage class to direct.pyEd Bartosh2017-02-151-301/+0
* wic: move disk operations to PartitionImage classEd Bartosh2017-02-151-119/+75
* wic: make sure layout_partitions is called onceEd Bartosh2017-02-151-12/+0
* wic: use the same partition object in direct and partitionedfsEd Bartosh2017-02-151-88/+70
* wic: partitionedfs: rename __create_partition and __add_diskEd Bartosh2017-02-151-8/+8
* wic: partitionedfs: get rid of __add_partitionEd Bartosh2017-02-151-10/+4
* wic: partitionedfs: merged __format_disks and createEd Bartosh2017-02-151-10/+5
* wic: code cleanupEd Bartosh2017-02-021-4/+3
* wic: move oe/misc.py one level upEd Bartosh2017-02-021-1/+1
* wic: partitionedfs: set partition name for gpt partitionsJukka Laitinen2017-01-311-0/+7
* wic: partitionedfs: account for non-table partitions when checking if logical...Maciej Borzecki2017-01-191-1/+2
* wic: add --fixed-size wks optionMaciej Borzecki2016-12-221-1/+1
* wic: Create a logical partition only when it is really mandatoryAlessio Igor Bogani2016-12-131-3/+4
* wic: fix function comment typosMaciej Borzecki2016-11-151-2/+2
* wic: rewrite MBR disk identifierEd Bartosh2016-10-071-2/+10
* wic: set PARTUUID only for gpt partition tableEd Bartosh2016-10-071-1/+1
* wic: remove partition imagesEd Bartosh2016-09-241-1/+8
* wic: use // operator instead of /Ed Bartosh2016-05-141-3/+3
* wic: don't inherit classes from objectEd Bartosh2016-05-141-1/+1
* wic: don't use dict.keys and dict.has_keyEd Bartosh2016-05-141-3/+3
* wic: use sparse_copy to copy partitionsEd Bartosh2016-05-061-4/+2
* wic: set partition system idEd Bartosh2016-04-291-1/+6
* wic: add system_id argument to Image.add_partitionEd Bartosh2016-04-291-1/+1
* wic: fix bug in handling fsoptionsEd Bartosh2016-04-141-19/+17
* Revert "wic/utils/partitionedfs.py: assemble .wic images as sparse files"Ross Burton2016-04-131-1/+1
* wic/utils/partitionedfs.py: assemble .wic images as sparse filesJoshua Lock2016-04-091-1/+1
* wic: fix short variable namesEd Bartosh2015-09-031-77/+77
* wic: Code cleanup: long lines, identation and whitespacesEd Bartosh2015-07-021-3/+2
* wic: Remove __write_partition methodEd Bartosh2015-07-021-21/+15
* wic: Rename partition imagesEd Bartosh2015-07-021-0/+2
* wic: Move validation of --ptable option to wks parserEd Bartosh2015-06-111-4/+0
* wic: Set type GUID and UUID for partitionEd Bartosh2015-06-111-0/+15
* wic: Add parameter 'uuid' to Image.add_partition methodEd Bartosh2015-06-111-2/+3
* wic: pylinted partitionedfs.pyEd Bartosh2015-06-111-33/+30
* wic: replaced __run_parted with exec_native_cmdEd Bartosh2015-06-111-19/+13
* wic: move checks to exec_native_cmdEd Bartosh2015-06-111-11/+1
* wic: check if part_type is set only for msdos partition tableEd Bartosh2015-06-111-1/+1
* wic: set legacy_boot flag for gpt partitionsEd Bartosh2015-06-111-1/+1
* wic: code cleanup: wildcard importsEd Bartosh2015-04-241-3/+1
* wic: use native partedEd Bartosh2015-04-141-5/+6
* wic:code cleanup: No space allowedEd Bartosh2015-04-131-4/+4
* wic: support ontrackdm6aux3 partitionsAlexandre Belloni2015-04-091-0/+2
* wic: code cleanup: unused importsEd Bartosh2015-04-091-2/+0
* wic: add GPT supportAlexandre Belloni2015-02-141-1/+8
* wic: allow creation of partitions not in tableAlexandre Belloni2015-02-141-5/+15
* wic: use kB for the partitions sizeAlexandre Belloni2015-02-081-2/+2
* wic: fix extended/logical partition layoutMaciej Borzecki2015-02-081-21/+19
* scripts: use '/usr/bin/env' in shebangs with pythonMartin Hundebøll2014-11-121-1/+1
* wic: do not realign aligned partitionsMaciej Borzecki2014-08-231-8/+11
* wic: do not steal sectors from the first partitionMaciej Borzecki2014-08-231-3/+0