From bd7da9587f5c0951dff1f3d286bff0b8c8a3a806 Mon Sep 17 00:00:00 2001 From: ragebreaker <125530737+mlm-games@users.noreply.github.com> Date: Wed, 11 Sep 2024 07:49:28 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ed1a767..51546726 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ python3 KernelSU/scripts/integrate-no-kprobe.py your_defconfig --disable-externa This script that makes an AnyKernel3 package and allows you to specify the DTB and DTBO files using the --dtb=filepath and --dtbo=filepath flags. For example: ``` -./kernel_zipper.sh --dtb=path/to/dtb/file.dtb --dtbo=path/to/dtbo/file.dtbo +./KernelSU/scripts/kernel_zipper.sh --dtb=path/to/dtb/file.dtb --dtbo=path/to/dtbo/file.dtbo ``` -Just basic ```./kernel_zipper.sh``` will copy only the kernel Image. (searches in out/arch/arm(64)/boot and arch/arm(64)/boot for zImage-dtb Image.gz-dtb Image ... in descending order and stops after copying one kernel image) +Just basic ```./KernelSU/scripts/kernel_zipper.sh``` will copy only the kernel Image. (searches in out/arch/arm(64)/boot and arch/arm(64)/boot for zImage-dtb Image.gz-dtb Image ... in descending order and stops after copying one kernel image) If you want to build your kernel entirely online with custom gcc or clang, checkout [kernelsu_build_action](https://github.com/xiaoleGun/KernelSU_Action/) ## Credits