Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
image builder: allow passing commands directly by using
%
prefix
With this change you can hand-craft commands which normally would be parsed by `image_builder.py`, eg: %app flash0 -x psh;-i;/etc/rc.psh ddr ddr;nonexistent (will not generate corresponding `alias`, will not add `psh` to the target image automatically) This usage is discouraged and should be used only in testing and some extremely hackish use cases. JIRA: CI-494
- Loading branch information