Add CPU thermal/cpupower

This commit is contained in:
maride 2017-09-06 15:50:14 +02:00
parent cb675e878e
commit 6d105d17d2

View File

@ -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