diff options
Diffstat (limited to 'kvmd')
-rw-r--r-- | kvmd/helpers/remount/__init__.py | 3 |
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") |