From bc5d5f95020a0495a7ab6d929a97aa4e1ad85c70 Mon Sep 17 00:00:00 2001 From: Ylarod Date: Fri, 1 Sep 2023 10:39:10 +0800 Subject: [PATCH] Update details.md The `MAGISKTMP` changed to `/debug_ramdisk` since https://github.com/topjohnwu/Magisk/pull/6931 --- docs/details.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/details.md b/docs/details.md index 02046def7..e149e9948 100644 --- a/docs/details.md +++ b/docs/details.md @@ -4,7 +4,7 @@ ### Paths in "Magisk tmpfs directory" -Magisk will mount a `tmpfs` directory to store some temporary data. For devices with the `/sbin` folder, it will be chosen as it will also act as an overlay to inject binaries into `PATH`. From Android 11 onwards, the `/sbin` folder might not exist, so Magisk will randomly create a folder under `/dev` and use it as the base folder. +Magisk will mount a `tmpfs` directory to store some temporary data. For devices with the `/sbin` folder, it will be chosen as it will also act as an overlay to inject binaries into `PATH`. From Android 11 onwards, the `/sbin` folder might not exist, so Magisk will use `/debug_ramdisk` as the base folder. ``` # In order to get the current base folder Magisk is using,