Hi @majorz
Lets say I download a base os image and generate a config.json like this:
balena config generate --device ${BalenaDeviceUUID} --network ethernet --generate-device-api-key --version 2.39.0 --appUpdatePollInterval 10 --output config.json
Would it then be possible to manually add the “os” entry to the config.json and then perform balena os configure and hereby get the “os” entry into a flash image?
By doing this I do not need to modify all devices as the os entry is present from when the device was flashed.