diff --git a/README.md b/README.md index e7f2f32842..278ec41848 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ LTO 用于优化内核,但有些时候会导致错误 故名思义,提供一个源系统可以正常开机的 boot 镜像,需要直链,最好是同一套内核源码以及与你当前系统同一套设备树从 aosp 构建出来的。ramdisk 里面包含分区表以及 init,没有的话构建出来的镜像会无法正常引导。 -例如: https://raw.githubusercontent.com/xiaoleGun/KernelSU_action/main/boot/boot-wayne-from-Miku-UI-latest.img +例如: https://raw.githubusercontent.com/xiaoleGun/KernelSU_action/main/boot/boot.img ## 感谢 diff --git a/README_EN.md b/README_EN.md index 3e12ad1b14..c8a452be54 100644 --- a/README_EN.md +++ b/README_EN.md @@ -190,7 +190,7 @@ Build boot.img, and you need to provide a `Source boot image`. As the name suggests, it provides a boot image source system that can boot normally and requires a direct chain, preferably from the same kernel source and AOSP device tree as your current system. Ramdisk contains the partition table and init, without which the compiled image will not boot up properly. -For example: https://raw.githubusercontent.com/xiaoleGun/KernelSU_action/main/boot/boot-wayne-from-Miku-UI-latest.img +For example: https://raw.githubusercontent.com/xiaoleGun/KernelSU_action/main/boot/boot.img ## Thanks