Some tests' related variables can be discovered in specific
convert stages, like installing Mender client or bootloader.
Issues: MEN-2102
Changelog: None
Signed-off-by: Adam Podogrocki <a.podogrocki@gmail.com>
At this step variables related to partitions sizes, alignment, etc.
are updated.
Issues: MEN-2102
Changelog: None
Signed-off-by: Adam Podogrocki <a.podogrocki@gmail.com>
mender-conversion-tool with add-on scripts allow user to:
- shrink an existing embedded Linux image (shorter time of building final .sdimg raw disk image)
- restructure partition table of an existing embedded Linux image to follow Mender layout
- install Mender client related files
- install Grub related files for platforms supporting it
- patch U-Boot for platforms where Grub integration is not feasible (e.g. Raspbian)
- create Mender artifact based on the created .sdimg file
Issues: MEN-1867 / MEN-2037 / MEN-2038 / MEN-2041
Signed-off-by: Adam Podogrocki <a.podogrocki@gmail.com>