Skip to content

Commit df90d74

Browse files
committed
AK3: add overlay.d warning for KernelSU users
1 parent 051f793 commit df90d74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

META-INF/com/google/android/updater-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Dummy file; update-binary is a shell script (DO NOT CHANGE)
44
#
55
#
6-
# AK_BASE_VERSION=20230828
6+
# AK_BASE_VERSION=20230830

tools/ak3-core.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ flash_boot() {
359359
if grep -q -E '^/data/adb/ksud$' stringstmp; then
360360
touch $home/kernelsu_patched;
361361
grep -E -m1 'Linux version.*#' stringstmp > $home/vertmp;
362+
[ -d $ramdisk/overlay.d ] && ui_print " " "Warning: overlay.d detected in ramdisk but not currently supported by KernelSU!";
362363
else
363364
ui_print " " "Warning: No KernelSU support detected in kernel!";
364365
fi;

0 commit comments

Comments
 (0)