mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux: hide cpupower messages
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
53004a9345
commit
bae88563f4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user