linux: hide cpupower messages

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-09-05 23:39:19 +02:00
parent 53004a9345
commit bae88563f4
2 changed files with 2 additions and 2 deletions

View File

@ -25,4 +25,4 @@
progress "set cpu's to full power"
cpupower frequency-set -g performance
cpupower frequency-set -g performance > /dev/null 2>&1

View File

@ -55,7 +55,7 @@ fi
# set cpu's to 'on demand'
( usleep 15000000
progress "set cpu's to 'on demand'"
cpupower frequency-set -g ondemand
cpupower frequency-set -g ondemand > /dev/null 2>&1
)&
# starting XBMC