|_| ----openAR-Project---- *
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
BusyBox v1.22.1 (2014-06-05 01:43:13 EEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
spark:~#
-------------------- < Script > ----------------------------
df -m; echo ">>> DONE <<<";
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/root 119 66 53 56% /
/dev/root 119 66 53 56% /dev/.static/dev
udev 69 0 69 0% /dev
shmfs 69 0 69 0% /dev/shm
/dev/sda1 3815 762 3053 20% /media/usbhd-sda1
none 69 0 69 0% /tmp
none 69 0 69 0% /var/lock
none 69 0 69 0% /var/run
none 69 0 69 0% /var/lib/urandom
/dev/sda1 3815 762 3053 20% /media/hdd
>>> DONE <<<
spark:~#
clear
[H [Jspark:~#
opkg update && opkg install /tmp/*.ipk
Downloading
https://alien.sat-universum.de/Packages.gz.
Inflating
https://alien.sat-universum.de/Packages.gz.
Updated list of available packages in /usr/lib/opkg/lists/AR-P.
Downloading
https://extra.sat-universum.de/Packages.gz.
Inflating
https://extra.sat-universum.de/Packages.gz.
Updated list of available packages in /usr/lib/opkg/lists/plugins-feed.
Installing enigma2-plugin-extensions-epanel (5.4-r2) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for enigma2-plugin-extensions-epanel:
* softcam-support * busybox-cron * ntpdate * update-rc.d *
* opkg_install_cmd: Cannot install package enigma2-plugin-extensions-epanel.
spark:~#
opkg update && opkg install
/tmp/*.ipk
Downloading
https://alien.sat-universum.de/Packages.gz.
Inflating
https://alien.sat-universum.de/Packages.gz.
Updated list of available packages in /usr/lib/opkg/lists/AR-P.
Downloading
https://extra.sat-universum.de/Packages.gz.
Inflating
https://extra.sat-universum.de/Packages.gz.
Updated list of available packages in /usr/lib/opkg/lists/plugins-feed.
Installing enigma2-plugin-extensions-epanel (5.4-r2) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for enigma2-plugin-extensions-epanel:
* softcam-support * busybox-cron * ntpdate * update-rc.d *
* opkg_install_cmd: Cannot install package enigma2-plugin-extensions-epanel.
spark:~#