mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 16:51:23 +00:00
Delay mounting sbin overlay
This commit is contained in:
@@ -560,6 +560,9 @@ void post_fs_data(int client) {
|
||||
write_int(client, 0);
|
||||
close(client);
|
||||
|
||||
if (getenv("REMOUNT_ROOT"))
|
||||
xmount(nullptr, "/", nullptr, MS_REMOUNT | MS_RDONLY, nullptr);
|
||||
|
||||
if (!check_data())
|
||||
unblock_boot_process();
|
||||
|
||||
|
Reference in New Issue
Block a user