Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for power management tools (tlp, tuned, power-profiles-daemon) #617

Open
lehmanju opened this issue Feb 19, 2025 · 0 comments
Open

Comments

@lehmanju
Copy link

To save power on bare metal hardware, it would be beneficial to support power management tools such as tlp, tuned, and power-profiles-daemon.

  • tuned is very capable but requires Python and several other dependencies. tuned package
  • tlp has fewer dependencies but still offers configuration options. tlp package
  • power-profiles-daemon is mainly used in graphical systems and requires minimal configuration.

I already started developing an extension for tuned. However, since it needs python at runtime, how do I add it to the final image? Just copy files from alpine or build it from source? I couldn't find an example extension that does this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant