From 0353e0c83289dec12ce4b293c327cc5bf86de4a8 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 5 Apr 2022 21:33:41 +0300 Subject: pst remount helper --- kvmd/helpers/remount/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kvmd/helpers/remount') 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") -- cgit v1.2.3