If I understand the custom-image script is run as a chroot after the image is built.
So didn't see anything specifically in the docs but can I ONLY run (from compile script) the custom image script on an already already built image (in /output/images)?
Along the same lines can I chroot at any time to the image via the compile script?
I should mention that I am using the docker container build for arm on my amd machine. (i.e. ./compile.sh docker.... )