pst remount helper

This commit is contained in:
Maxim Devaev
2022-04-05 21:33:41 +03:00
parent 5be17cb756
commit 0353e0c832
8 changed files with 11 additions and 0 deletions

View File

@@ -103,6 +103,9 @@ def main() -> None:
if app == "kvmd-helper-otgmsd-remount":
target = "otgmsd"
dirs = ["images", "meta"]
elif app == "kvmd-helper-pst-remount":
target = "pst"
dirs = ["data"]
else:
raise SystemExit("Unknown application target")