I use to share a central timers.xml between different images. This file is in /media/hdd and is symlinked on each image.
This works perfectly on VTi and BH etc but not on OpenPLi. I can can create the symlink on PLi with
-----------
init 4
rm -rf /etc/enigma2/timers.xml
ln -sfn /media/hdd/timers.xml /etc/enigma2
init 3
-----------
but after a E2-restart PLi overwrites the symlink. Other images don't overwrite the symlink after a E2-restart, but just write correctly the timer differences to /media/hdd/timers.xml
How can I avoid overwriting of this symlink in OpenPLi?