feat(dbus): Remove 'var-log.mount' feature

The 'var-log.mount' feature was dropped and has been removed from
the AVAILABLE_FEATURES dictionary.
This commit is contained in:
2025-04-20 16:02:39 +02:00
parent 66735a9eba
commit 0d601f623c

View File

@@ -73,7 +73,6 @@ def get_feature(feature: str) -> FeatureFunction:
AVAILABLE_FEATURES = {
"gui": FeatureFunction(configure_gui, []),
"revpi-con-can": False,
"var-log.mount": False,
"dphys-swapfile": False,
"pimodbus-master": FeatureFunction(simple_systemd, ["pimodbus-master.service"]),
"pimodbus-slave": FeatureFunction(simple_systemd, ["pimodbus-slave.service"]),