Currently balena preload does preload the application, but does not add config.json nor set up networking (e.g. a NetworkManager connection file with the rigth credentials). Thus "preload" just go halfway, and people have to do extra steps to have a fully preloaded image. Should add that support to the current method.
Currently
balena preload
does preload the application, but does not addconfig.json
nor set up networking (e.g. a NetworkManager connection file with the rigth credentials). Thus "preload" just go halfway, and people have to do extra steps to have a fully preloaded image. Should add that support to the current method.