manager: Add SuSFS configuration backup and restore feature

- Optimize susfs self-boot scripts
- Solve some invalid issues where startup duration does not match or is too fast.

Signed-off-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
This commit is contained in:
ShirkNeko
2025-06-28 23:19:18 +08:00
parent c49a66d1af
commit 8399f14fad
11 changed files with 589 additions and 68 deletions

View File

@@ -368,7 +368,6 @@
<string name="susfs_apply">適用</string>
<!-- SuSFS Reset Confirmation -->
<string name="susfs_reset_confirm_title">リセットを確認</string>
<string name="susfs_reset_confirm">リセットを確認</string>
<!-- SuSFS Toast Messages -->
<string name="susfs_binary_not_found">ksu_susfs ファイルが見つかりません</string>
<string name="susfs_command_failed">SuSFS コマンドの実行に失敗しました</string>
@@ -490,11 +489,9 @@
<string name="file_or_directory_path_label">ファイルまたはディレクトリのパス</string>
<string name="hint_use_default_value">ヒント: オリジナルの値を使用するには「default」を使用します</string>
<string name="add_kstat_path_title">Kstat のパスを追加</string>
<string name="kstat_command_description">このコマンドはパスがバインドマウントまたは、オーバーレイを開始する前に追加し、元の状態情報をカーネルメモリに保存するために使用されます。</string>
<string name="add">追加</string>
<string name="reset_kstat_config_title">Kstat の構成をリセット</string>
<string name="reset_kstat_config_message">すべての Kstat の構成を消去しますか?この操作は元に戻せません。</string>
<string name="confirm_reset">リセットを確認</string>
<string name="kstat_config_description_title">Kstat の構成の説明</string>
<string name="kstat_config_description_add_statically">• add_sus_kstat_statically: ファイル、ディレクトリの静的な状態情報</string>
<string name="kstat_config_description_add">• add_sus_kstat: バインドマウント前にパスを追加して元の状態情報を保存します</string>