I hope everyone is 0k.
I have embraced Linux systems for around 3-4 years now, I am not what you called an expert nor a rookie.
Anyway, I have a NAS device running BusyBox v1.20.2 - Linux version 3.2.40.
Everytime I reboot or power off/on the device, all the OS' configuration (created by me under root) gets overwritten by the default configuration (hard-coded I guess) from the vendor.
Things like: SSH banner, adding SSH public key from other devices, crontab jobs and some other minor tweaks are gone on every reboot.
My question is, what do I check within the OS' files/config? to either: A.- add my configurations to the vendor's defaults or B.- stop going to vendor's default after reboot.
Thanks.