mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
linux: hide cpupower messages
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user