mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 12:05:30 +00:00
Update SAR detection method for Android 11
This commit is contained in:
parent
e219867cdf
commit
68532fade3
@ -234,7 +234,7 @@ mount_partitions() {
|
||||
|
||||
# Mount ro partitions
|
||||
mount_ro_ensure "system$SLOT app$SLOT" /system
|
||||
if [ -f /system/init.rc ]; then
|
||||
if [ -f /system/init -o -L /system/init ]; then
|
||||
SYSTEM_ROOT=true
|
||||
setup_mntpoint /system_root
|
||||
if ! mount --move /system /system_root; then
|
||||
|
Loading…
Reference in New Issue
Block a user