Skip to content

Commit

Permalink
setup: warn builder around here
Browse files Browse the repository at this point in the history
  • Loading branch information
backslashxx committed Mar 17, 2024
1 parent 10ade5a commit a7a1eec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ else
exit 127
fi

grep -q "int path_umount" fs/namespace.c || echo "Make sure to backport path_umount to fs/namespace.c from 5.9! Read: https://kernelsu.org/guide/how-to-integrate-for-non-gki.html#backport-path_umount-from-linux-59"

test -d "$GKI_ROOT/KernelSU" || git clone https://github.com/tiann/KernelSU
cd "$GKI_ROOT/KernelSU"
git stash
Expand Down

0 comments on commit a7a1eec

Please sign in to comment.