OpenMultiBoot how to operate through Telnet Consol

vufun

Vu+ Newbie
when we have multiple images (or just only one) in OMB ,if i need to install, add some dependencies, fix some plugin through Telnet consolle ,what commands give to consolle to be sure that what we are imputing to consolle will affect only the specific image i wish? in the specific:
i have to give following commands and want that will affect image in OMB and not that in flash:

opkg update;opkg install ffmpeg
opkg install exteplayer3
opkg install gstplayer
opkg install enigma2-plugin-systemplugins-serviceapp
init 4 && sleep 1 && echo "config.plugins.iptvplayer.exteplayer3path=/usr/bin/exteplayer3" >> /etc/enigma2/settings && init 3

how to manage ?
(seems that didn't find this information elsewhere,maybe assuming that ordinary users have only one image installed and one only root)
tnx for your help
 

AlexWilMac

Moderator
Telnet commands are obviously sent only to the currently running image: as simple as that.
The other ones how can they be affected if they are not running?

And, in case a command would change something in the OMB plugin itself, this is not possible because it is working from the flash and you will be notified of that.
 
Top