aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/utils/partitionedfs.py
AgeCommit message (Expand)Author
2016-12-22wic: add --fixed-size wks optionMaciej Borzecki
2016-12-13wic: Create a logical partition only when it is really mandatoryAlessio Igor Bogani
2016-11-15wic: fix function comment typosMaciej Borzecki
2016-10-07wic: rewrite MBR disk identifierEd Bartosh
2016-10-07wic: set PARTUUID only for gpt partition tableEd Bartosh
2016-09-23wic: remove partition imagesEd Bartosh
2016-05-14wic: use // operator instead of /Ed Bartosh
2016-05-14wic: don't inherit classes from objectEd Bartosh
2016-05-14wic: don't use dict.keys and dict.has_keyEd Bartosh
2016-05-06wic: use sparse_copy to copy partitionsEd Bartosh
2016-04-29wic: set partition system idEd Bartosh
2016-04-29wic: add system_id argument to Image.add_partitionEd Bartosh
2016-04-14wic: fix bug in handling fsoptionsEd Bartosh
2016-04-13Revert "wic/utils/partitionedfs.py: assemble .wic images as sparse files"Ross Burton
2016-04-09wic/utils/partitionedfs.py: assemble .wic images as sparse filesJoshua Lock
2015-09-02wic: fix short variable namesEd Bartosh
2015-07-02wic: Code cleanup: long lines, identation and whitespacesEd Bartosh
2015-07-02wic: Remove __write_partition methodEd Bartosh
2015-07-02wic: Rename partition imagesEd Bartosh
2015-06-11wic: Move validation of --ptable option to wks parserEd Bartosh
2015-06-11wic: Set type GUID and UUID for partitionEd Bartosh
2015-06-11wic: Add parameter 'uuid' to Image.add_partition methodEd Bartosh
2015-06-11wic: pylinted partitionedfs.pyEd Bartosh
2015-06-11wic: replaced __run_parted with exec_native_cmdEd Bartosh
2015-06-11wic: move checks to exec_native_cmdEd Bartosh
2015-06-11wic: check if part_type is set only for msdos partition tableEd Bartosh
2015-06-11wic: set legacy_boot flag for gpt partitionsEd Bartosh
2015-04-24wic: code cleanup: wildcard importsEd Bartosh
2015-04-14wic: use native partedEd Bartosh
2015-04-13wic:code cleanup: No space allowedEd Bartosh
2015-04-08wic: support ontrackdm6aux3 partitionsAlexandre Belloni
2015-04-08wic: code cleanup: unused importsEd Bartosh
2015-02-14wic: add GPT supportAlexandre Belloni
2015-02-14wic: allow creation of partitions not in tableAlexandre Belloni
2015-02-07wic: use kB for the partitions sizeAlexandre Belloni
2015-02-07wic: fix extended/logical partition layoutMaciej Borzecki
2014-11-12scripts: use '/usr/bin/env' in shebangs with pythonMartin Hundebøll
2014-08-23wic: do not realign aligned partitionsMaciej Borzecki
2014-08-23wic: do not steal sectors from the first partitionMaciej Borzecki
2014-08-11wic: Rename /mic to /wicTom Zanussi