mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-24 23:27:25 +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 partitions
|
||||||
mount_ro_ensure "system$SLOT app$SLOT" /system
|
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
|
SYSTEM_ROOT=true
|
||||||
setup_mntpoint /system_root
|
setup_mntpoint /system_root
|
||||||
if ! mount --move /system /system_root; then
|
if ! mount --move /system /system_root; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user