mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xbmc-pvr:
- speedup caching of xbmc a bit
This commit is contained in:
parent
f755890cb2
commit
e2e673b501
@ -18,7 +18,7 @@ export XBMC_HOME
|
||||
cache_xbmc () {
|
||||
progress "caching XBMC"
|
||||
mkdir -p /var/cache/bin
|
||||
cp -PR /usr/share/xbmc/xbmc.bin /var/cache/bin
|
||||
ionice -c 1 -n 0 cp -PR /usr/share/xbmc/xbmc.bin /var/cache/bin
|
||||
touch /var/cache/xbmc.cache
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user