diskimage-builder/diskimage_builder
Yolanda Robla 96504a4de0 Use OrderedDict for partitions instead of simple dictionary
The order of the partitions is important, it needs to be preserved.
If using a simple dict, this is not happening. As a consequence,
checks like 'primary partition being first' are failing because the
dictionary sorts the partitions randomly.
Switched to OrderedDict solved the problem, as it preserves the
ordering it gets from the yaml blob.

Change-Id: Icfa9bd95ffd0203d7c3f6af95de3a6f848c2a954
2017-03-07 15:55:20 +01:00
..
block_device Use OrderedDict for partitions instead of simple dictionary 2017-03-07 15:55:20 +01:00
elements Merge branch 'master' into merge-branch 2017-03-02 13:49:29 +11:00
graph Refactor: block-device handling (partitioning) 2017-01-24 19:59:10 +00:00
lib Refactor: block-device partitioning cleanup 2017-03-07 18:43:09 +11:00
tests Refactor: block-device handling (partitioning) 2017-01-24 19:59:10 +00:00
__init__.py Bump hacking to 0.9.x series 2014-07-21 10:15:41 +02:00
dib_run_parts.py Move dib-run-parts into diskimage-builder 2016-11-04 17:07:37 +11:00
disk_image_create.py Activate virtualenv in disk-image-create 2016-11-30 06:11:09 +11:00
element_dependencies.py Semi-automatic doc generation of element dependency 2017-02-09 09:50:30 +11:00
logging_config.py Add python logger configuration 2016-06-16 13:54:50 +10:00
paths.py Move diskimage-image-create to an entry point 2016-11-02 05:12:11 +00:00
utils.py Refactor: block-device handling (partitioning) 2017-01-24 19:59:10 +00:00
version.py Create docs site containing element READMEs 2015-02-10 11:45:35 -08:00