I have a fresh armbian bullseye system with the following "/etc/default/cpufrequtils" file:
After using the OMVExtras InstallScript to install OpenMediaVault with OMVExtras the same file looks like this:
Also in "/etc/default/openmediavault" the cpufrequtils GOVERNOR was set to "ondemand" as default:
In the source code of the InstallScript it seems the configuration gets copied with:
But it still changes the GOVERNOR to "ondemand".
I hope this can be fixed.