mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-16 00:12:54 +00:00
Fix SYSTEM_ROOT not passed to boot patch
This commit is contained in:
@@ -366,6 +366,7 @@ abstract class MagiskInstallImpl protected constructor(
|
||||
"KEEPVERITY=${Config.keepVerity} " +
|
||||
"PATCHVBMETAFLAG=${Config.patchVbmeta} " +
|
||||
"RECOVERYMODE=${Config.recovery} " +
|
||||
"SYSTEM_ROOT=${Info.isSAR} " +
|
||||
"sh boot_patch.sh $srcBoot")
|
||||
|
||||
if (!cmds.sh().isSuccess)
|
||||
|
||||
Reference in New Issue
Block a user