Commit 793f0b60 authored by osm0sis's avatar osm0sis Committed by John Wu

init: fix Tegra "APP" /system partition mounting

- thanks rootfan in https://github.com/topjohnwu/Magisk/issues/2063#issuecomment-573232567

Closes #2243
parent 5b56ca7f
......@@ -211,7 +211,7 @@ void SARInit::early_mount() {
if (dev < 0) {
// Try NVIDIA naming scheme
strcpy(partname, "APP");
dev = setup_block();
dev = setup_block(false);
if (dev < 0) {
// We don't really know what to do at this point...
LOGE("Cannot find root partition, abort\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment