Fedora-OSTree-Setup-dev / Fedora-OSTree-Setup

Glorified scipt that automates the setup of Fedora Silverblue/Kinoite based on given config file.
GNU General Public License v3.0
7 stars 3 forks source link

replace power-profiles-daemon with tlp #48

Open iaacornus opened 1 year ago

iaacornus commented 1 year ago

there are cases where power-profiles-daemon perform worse than tlp, but both cannot be installed together.

this feature request will allow to switch/replace the power-profiles-daemon with tlp and vice versa

boredsquirrel commented 1 year ago
# 1. add "tlp" to the rpm-ostree script

printf "tlp" >> final-script.sh #or how is it called?

# 2. Disable power-profiles
sudo systemctl disable power-profiles-daemon.service

# 3. add TLP enable to post-reboot script

printf """
sudo systemctl enable --now tlp""" >> ~/.config/autostart/reboot.sh