Installation
copy the binary package in your box.
Then, from telnet, type this command:
with a unix compatible editor edit the file /etc/init.d/rcS and before the line
add this line
Example:
--------------------------------------
Da questa versione myepg si chiamerà crossepg (troppi progetti già esistenti con il vecchio nome).
Il tutto ovviamente è una versione preliminare... quindi c'è da aspettarsi di tutto
Fatemi sapere
copy the binary package in your box.
Then, from telnet, type this command:
Code:
tar zxf crossepg-0.3.0pre9-enigma2-sh4.tar.gz -C /
with a unix compatible editor edit the file /etc/init.d/rcS and before the line
Code:
/usr/local/bin/enigma2
add this line
Code:
[ -f /hdd/ext.epg.dat ] && cp /hdd/ext.epg.dat /hdd/epg.dat
Example:
Code:
echo "starting e2->"
[ -f /hdd/ext.epg.dat ] && cp /hdd/ext.epg.dat /hdd/epg.dat
/usr/local/bin/enigma2
--------------------------------------
Da questa versione myepg si chiamerà crossepg (troppi progetti già esistenti con il vecchio nome).
Il tutto ovviamente è una versione preliminare... quindi c'è da aspettarsi di tutto
Fatemi sapere