A pain point is the sdcard.
There is way to get this fixed:
just copy the content of the config.yml and services.yml files in the root FS after first boot. So You don't need them any more. You can also encrypt the services.yaml file with the pin code.
How to get this files updated?
You calculate an sha256sum of the files present on the system, if the files on the sdcard are different you can propose to use the new files on the sdcard.
This will increase a bit the security issue of the Sdcard. Of course there is always a way to get the services.yaml file, but if it is encrypted on the FS it will be hard to use it.
A pain point is the sdcard.
There is way to get this fixed:
just copy the content of the config.yml and services.yml files in the root FS after first boot. So You don't need them any more. You can also encrypt the services.yaml file with the pin code.
How to get this files updated?
You calculate an sha256sum of the files present on the system, if the files on the sdcard are different you can propose to use the new files on the sdcard.
This will increase a bit the security issue of the Sdcard. Of course there is always a way to get the services.yaml file, but if it is encrypted on the FS it will be hard to use it.