mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 13:17:39 +02:00
Maintain a list of pre-init mounts
Keep track of everything to unmount
This commit is contained in:
@ -12,6 +12,8 @@
|
||||
#define BLOCKDIR MAGISKTMP "/block"
|
||||
#define BBPATH MAGISKTMP "/busybox"
|
||||
#define MODULEMNT MAGISKTMP "/modules"
|
||||
#define ROOTOVL MAGISKTMP "/rootdir"
|
||||
#define ROOTMNT ROOTOVL "/.mount_list"
|
||||
#define SECURE_DIR "/data/adb"
|
||||
#define MODULEROOT SECURE_DIR "/modules"
|
||||
#define MODULEUPGRADE SECURE_DIR "/modules_update"
|
||||
|
Reference in New Issue
Block a user