I find this annoying. I'll modify the CPU scale and set it to "Powersave" at boot but then somehow it will change to "On Demand" and then I have to change it back.
to /etc/rc.local. Repeat for cpu1... if you have more than one cpu. However, if your reason is to save power, ondemand just might be the best selection.
Marking as assigned to upstream:
This could be by design. Perhaps not good design though. For permanent effect you will want to add
echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
to /etc/rc.local. Repeat for cpu1... if you have more than one cpu. However, if your reason is to save power, ondemand just might be the best selection.