summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
...
* wic: Implement image compressingEd Bartosh2015-06-271-1/+14
* wic: Add new argument to direct pluginEd Bartosh2015-06-272-2/+4
* wic: code cleanup: superfluous-parensEd Bartosh2015-06-236-19/+19
* wic: Add missing docstrings to plugin classesEd Bartosh2015-06-237-0/+35
* wic: Code cleanup: bad-classmethod-argumentEd Bartosh2015-06-238-27/+27
* wic: Move validation of --ptable option to wks parserEd Bartosh2015-06-115-30/+8
* wic: Set type GUID and UUID for partitionEd Bartosh2015-06-111-0/+15
* wic: Add parameter 'uuid' to Image.add_partition methodEd Bartosh2015-06-112-3/+5
* wic: Refactored getting root device nameEd Bartosh2015-06-114-24/+16
* wic: Fix format stringEd Bartosh2015-06-111-1/+1
* wic: Generate random uuid for partitionEd Bartosh2015-06-111-0/+13
* wic: Add --use-uuid partition optionEd Bartosh2015-06-111-0/+6
* 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-113-27/+12
* wic: removed exec_cmd_quiet and exec_native_cmd_quietEd Bartosh2015-06-111-21/+0
* wic: Make _ptable_format publicEd Bartosh2015-06-114-13/+13
* wic: Use gptmbr.bin MBR for gpt partitionsEd Bartosh2015-06-112-1/+13
* wic: Add gpt to the list of supported partition table formatsEd Bartosh2015-06-113-4/+4
* 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: refactored processing of wic exceptionsEd Bartosh2015-05-291-26/+8
* wic: Make sure file exists before removing itEd Bartosh2015-05-241-8/+8
* wic: remove intermediate partitionsAlexandre Belloni2015-05-161-0/+8
* wic: Add plugin for single partition diskAdrian Freihofer2015-05-032-0/+240
* wic: code cleanup: wildcard importsEd Bartosh2015-04-2410-31/+13
* wic: code cleanup: undefined variablesEd Bartosh2015-04-243-2/+3
* wic: Print bitbake error outputEd Bartosh2015-04-141-0/+1
* wic: use native partedEd Bartosh2015-04-143-24/+7
* wic:code cleanup: No space allowedEd Bartosh2015-04-138-31/+31
* wic: make error message more informativeEd Bartosh2015-04-101-2/+2
* wic: don't use host paths when looking for native toolsEd Bartosh2015-04-101-1/+1
* wic: support ontrackdm6aux3 partitionsAlexandre Belloni2015-04-091-0/+2
* wic: rawcopy: ensure comparison is done on intAlexandre Belloni2015-04-091-1/+1
* wic: code cleanup: unused importsEd Bartosh2015-04-0915-32/+3
* wic: Consider PSEUDO_* environment variablesEd Bartosh2015-03-201-4/+9
* wic: rawcopy: support skippingAlexandre Belloni2015-03-101-2/+9
* wic: add fsimage pluginAlexandre Belloni2015-03-101-0/+70
* wic: fix fstab generationAlexandre Belloni2015-03-101-2/+3
* wic: add GPT supportAlexandre Belloni2015-02-141-1/+8
* wic: properly label filesystemsAlexandre Belloni2015-02-141-8/+34
* wic: fix empty btrfs partitionsAlexandre Belloni2015-02-141-6/+1
* wic: remove useless calls to __write_fstabAlexandre Belloni2015-02-141-4/+4
* wic: allow to configure overhead factor per partitionAlexandre Belloni2015-02-142-3/+12
* wic: allow to configure extra space per partitionAlexandre Belloni2015-02-142-10/+11
* wic: add rawcopy source pluginAlexandre Belloni2015-02-141-0/+77
* wic: allow creation of partitions not in tableAlexandre Belloni2015-02-143-15/+42
* wic: bootimg-partition: Stop removing whole workdirAlexandre Belloni2015-02-081-1/+1
* wic: print partition alignment when availableAlexandre Belloni2015-02-081-1/+1
* wic: use kB for the partitions sizeAlexandre Belloni2015-02-087-26/+45