Add CPU thermal/cpupower
This commit is contained in:
parent
cb675e878e
commit
6d105d17d2
8
flavours/cpu.flavour/install.sh
Executable file
8
flavours/cpu.flavour/install.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user