summaryrefslogtreecommitdiff
path: root/kvmd
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-04-05 21:33:41 +0300
committerMaxim Devaev <[email protected]>2022-04-05 21:33:41 +0300
commit0353e0c83289dec12ce4b293c327cc5bf86de4a8 (patch)
treea99463697c532c718c1f22ae6b7e1094c836ac43 /kvmd
parent5be17cb75616dbcffee384ba65df74684c7d1fca (diff)
pst remount helper
Diffstat (limited to 'kvmd')
-rw-r--r--kvmd/helpers/remount/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/kvmd/helpers/remount/__init__.py b/kvmd/helpers/remount/__init__.py
index e432ca05..28872206 100644
--- a/kvmd/helpers/remount/__init__.py
+++ b/kvmd/helpers/remount/__init__.py
@@ -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")