xbmc: init: cosmetics. conservative -> ondemand to not cause confusion ;)

This commit is contained in:
Stefan Saraev 2013-02-27 19:15:55 +02:00
parent c76e7355c1
commit 028a6b291c

View File

@ -55,7 +55,7 @@ fi
# wait for network # wait for network
wait_for_inet_addr wait_for_inet_addr
# set cpu's to 'conservative' # set cpu's to 'ondemand'
( usleep 15000000 ( usleep 15000000
progress "set cpu's to 'ondemand'" progress "set cpu's to 'ondemand'"
cpupower frequency-set -g ondemand > /dev/null 2>&1 cpupower frequency-set -g ondemand > /dev/null 2>&1