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:
@@ -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"]),
|
||||
|
||||
Reference in New Issue
Block a user