manager: Add pseudo kernel and build time execution location settings

This commit is contained in:
ShirkNeko
2025-06-17 23:30:29 +08:00
parent 6b1f73aa3d
commit af97488d58
5 changed files with 126 additions and 12 deletions

View File

@@ -524,4 +524,9 @@
<string name="show_module_update_json_summary">Display update JSON URL in module details</string>
<string name="show_more_module_info">Show More Module Info</string>
<string name="show_more_module_info_summary">Display additional module information like update JSON URLs</string>
<string name="susfs_execution_location_label">Execution Location</string>
<string name="susfs_execution_location_service">Service</string>
<string name="susfs_execution_location_post_fs_data">Post-FS-Data</string>
<string name="susfs_execution_location_service_description">Execute after system services start</string>
<string name="susfs_execution_location_post_fs_data_description">Execute after file system is mounted but before system is fully bootedMay cause a boot loop</string>
</resources>