added dynamic discovery of configurations
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[metadata]
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
updated = "2026-02-26"
|
||||
description = "Hardware and Conflict Database for ember-tune Thermal Engine"
|
||||
|
||||
@@ -129,6 +129,16 @@ rapl_paths = ["intel-rapl:0", "package-0", "intel-rapl:1"]
|
||||
amd_energy_paths = ["zenpower/energy1_input", "k10temp/energy1_input"]
|
||||
governor_files = ["energy_performance_preference", "energy_performance_hint", "scaling_governor"]
|
||||
|
||||
[discovery.configs]
|
||||
throttled = ["/etc/throttled.conf", "/usr/local/etc/throttled.conf", "/etc/lenovo_fix.conf"]
|
||||
i8kmon = ["/etc/i8kmon.conf", "/etc/default/i8kmon"]
|
||||
tlp = ["/etc/tlp.conf", "/etc/default/tlp"]
|
||||
|
||||
[discovery.tools]
|
||||
dell_fan_ctrl = "dell-bios-fan-control"
|
||||
ectool = "ectool"
|
||||
ryzenadj = "ryzenadj"
|
||||
|
||||
# env health verification
|
||||
|
||||
[[preflight_checks]]
|
||||
|
||||
Reference in New Issue
Block a user