Restart behaviour
-
First off, thanks for some great software. It's so much slicker than the alternatives. I'm trying to include recalbox into a dual boot recalbox/OpenELEC system (rather than use the built in Kodi). I have OS switching working using autoboot.txt (basically as part of the init.d scripts I write autoboot.txt to boot up OpenELEC, and within OpenELEC I do the reverse). What's not working for me though is restarting in recalbox. I've an init.d script (S34setboot) which writes autoboot.txt to boot to OpenELEC on start and stop, and writes autoboot.txt to boot to recalbox on restart. When I look at the log it looks as though S34setboot never gets called with a 'restart' (just 'start' and 'stop'). Can someone explain how restart works please?