- adding init script for caching xbmc.bin (move from /sbin/init)
This commit is contained in:
Stephan Raue 2010-03-15 18:29:58 +01:00
parent 5ce2f1c050
commit 45ae0f0917

View File

@ -0,0 +1,12 @@
#
# caching xbmc
#
# runlevels: openelec, text
if [ "$XBMC_CACHING" = "yes" ]; then
progress "caching XBMC"
cache_xbmc
fi