I forgot to do "git add -A" last time. Here are the new files.
[easy-deb-chroot] / fremantle / easy-chroot / src / sbin / cpu-perform
1 #!/bin/sh
2
3 # set cpu governor to on-demand mode
4 # (based on lcuk's liqbase script)
5
6 echo performance >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
7 sleep 1
8 echo '' >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor