Add CPU thermal/cpupower
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user