summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/utils/partitionedfs.py
Commit message (Expand)AuthorAgeFilesLines
* wic: Create a logical partition only when it is really mandatoryAlessio Igor Bogani2017-01-111-3/+4
* wic: fix function comment typosMaciej Borzecki2017-01-111-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
* wic: Rename /mic to /wicTom Zanussi2014-08-111-0/+360