From 66747a12e181eb9dab66a2b6deb85cdc60436fa7 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Mon, 12 Dec 2022 16:22:17 +0100 Subject: [PATCH] armbian-next: disable `cpufrequtils` by default; to enable set `CPUFREQUTILS_ENABLE=true` [HIGHLY CONTENTIOUS CHANGE] --- lib/functions/rootfs/distro-agnostic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/rootfs/distro-agnostic.sh b/lib/functions/rootfs/distro-agnostic.sh index 5009d49b44..926050b96d 100644 --- a/lib/functions/rootfs/distro-agnostic.sh +++ b/lib/functions/rootfs/distro-agnostic.sh @@ -69,7 +69,7 @@ function install_distribution_agnostic() { # configure MIN / MAX speed for cpufrequtils cat <<- EOF > "${SDCARD}"/etc/default/cpufrequtils - ENABLE=true + ENABLE=${CPUFREQUTILS_ENABLE:-false} MIN_SPEED=$CPUMIN MAX_SPEED=$CPUMAX GOVERNOR=$GOVERNOR