Add boot script directory vars (#747)
Add back variable names for post-fs-data.d and service.d directories Co-authored-by: weishu <twsxtd@gmail.com>
This commit is contained in:
@@ -438,6 +438,8 @@ install_module() {
|
|||||||
|
|
||||||
NVBASE=/data/adb
|
NVBASE=/data/adb
|
||||||
TMPDIR=/dev/tmp
|
TMPDIR=/dev/tmp
|
||||||
|
POSTFSDATAD=$NVBASE/post-fs-data.d
|
||||||
|
SERVICED=$NVBASE/service.d
|
||||||
|
|
||||||
# Some modules dependents on this
|
# Some modules dependents on this
|
||||||
export MAGISK_VER=25.2
|
export MAGISK_VER=25.2
|
||||||
|
|||||||
Reference in New Issue
Block a user