ksud: added module mount command to check current mount system enabled

This commit is contained in:
rifsxd
2025-04-02 15:12:44 +06:00
parent c5aa6ffffc
commit 02dbb7d0f7
6 changed files with 27 additions and 0 deletions
+2
View File
@@ -42,3 +42,5 @@ pub const BACKUP_FILENAME: &str = "stock_image.sha1";
pub const NO_TMPFS_PATH: &str = concatcp!(WORKING_DIR, ".notmpfs");
pub const NO_MOUNT_PATH: &str = concatcp!(WORKING_DIR, ".nomount");
pub const MOUNT_SYSTEM: &str = "Magic_Mount";