I just think about something :
There is also a line
if [ -d /home/root ]; then export HOME=/home/root cd /home/root fi LIBS=/usr/lib/libopen.so.0.0.0 sync LD_PRELOAD=$LIBS /usr/bin/enigma2 # enigma2 exit codes: # # 1 - halt # 2 - reboot # 3 - restart enigma # # >128 signal ret=$? case $ret in 1) /sbin/halt ;; 2) /sbin/reboot ;; 3) rm -fR /home/root/.gstreamer-0.10 ;; 4)
Just comment the line
Case 3
if [ -d /home/root ]; then export HOME=/home/root cd /home/root fi LIBS=/usr/lib/libopen.so.0.0.0 sync LD_PRELOAD=$LIBS /usr/bin/enigma2 # enigma2 exit codes: # # 1 - halt # 2 - reboot # 3 - restart enigma # # >128 signal ret=$? case $ret in 1) /sbin/halt ;; 2) /sbin/reboot ;; 3) # rm -fR /home/root/.gstreamer-0.10 ;; 4)