Seite 1 von 1

save emu/keys

Verfasst: Mo 13. Mai 2013, 10:59
von Volvo70
Hallo,

Is there a easy way to save or install the ocam emu/keys in case you have done an update? I know that you can save the settings but
normally after installing a newer version I use Filezilla to implement the Oscam emu/keys. Would be nice if this could be saved.

Any suggestion? Maybe I do something wrong?

Re: save emu/keys

Verfasst: Mo 13. Mai 2013, 11:26
von Grabber66
I modified the rcS, and have these folders on my swap.

Code: Alles auswählen

    # mounting /swap/emu, /swap/keys if exist
    if [ -e /swap/emu ]; then
        mount --bind /swap/emu /var/bin
    fi
    if [ -e /swap/keys ]; then
        mount --bind /swap/keys /var/keys
    fi
    if [ -e /swap/logos ]; then
        mount --bind /swap/logos /usr/share/tuxbox/neutrino/icons/logo
    fi