how to bundle more large size lib/bin into ubuntu-core.img image?
For example, we want to have python3. Is there a way to bundle python3 and the related lib into ubuntu-core.img image by default?
If we want to bundle more lib/bin, what’s the max size of the ubuntu-core.img image?
Thanks advance for your support!
This is configured in our runme.sh script. https://github.com/SolidRun/lx2160a_build/blob/master/runme.sh#L31
Thanks Jnettlet! Yes, got it.
also we can install lib/bin/util into the image by using apt-get install.
correct