diff --git a/flavours/cpu.flavour/install.sh b/flavours/cpu.flavour/install.sh new file mode 100755 index 0000000..eee0ec0 --- /dev/null +++ b/flavours/cpu.flavour/install.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +echo "~> Installing thermald cpupower" +pacstrap /mnt thermald cpupower +echo " Setting 'ondemand' governor" +arch-chroot /mnt cpupower frequency-set -g ondemand +echo " Start cpupower on boot" +arch-chroot /mnt systemctl enable cpupower