- better fastboot support
This commit is contained in:
Stephan Raue 2010-03-08 00:10:28 +01:00
parent 6fd1a9b88a
commit 328e06db89

View File

@ -18,7 +18,7 @@ export XBMC_HOME
cache_xbmc () {
progress "caching XBMC"
mkdir -p /var/cache/bin
ionice -c 1 -n 0 cp -PR /usr/share/xbmc/xbmc.bin /var/cache/bin
$IONICE cp -PR /usr/share/xbmc/xbmc.bin /var/cache/bin
touch /var/cache/xbmc.cache
}