diff options
author | osm0sis <osm0sis@outlook.com> | 2019-06-12 22:34:23 -0300 |
---|---|---|
committer | osm0sis <osm0sis@outlook.com> | 2019-06-12 22:34:23 -0300 |
commit | 9f9182ecdaf8e57532d045228bf91a2d9b32e179 (patch) | |
tree | 0b695079c7b829946c16043f30ec4783403b02f9 /anykernel.sh | |
parent | 7ccf4d62cede0527b7d895a8255f18b9b56046cc (diff) |
Example: remove more things confusing to new adopters
- remove zImage since people were still thinking they needed to rename their kernel build product to zImage to have it work, while actually all filenames are detected and supported automatically, whether it's called zImage, zImage-dtb, Image.gz, Image.gz-dtb, Image.lz4-dtb, whatever (https://github.com/osm0sis/AnyKernel3/blob/7ccf4d62cede0527b7d895a8255f18b9b56046cc/tools/ak3-core.sh#L228); in fact it's extra important it be named correctly now with AK3 using magiskboot so that any appended *-dtb is supported correctly and doesn't get appended multiple times in subsequent flashes
- remove pointless patch file examples
- add unified tuna variant name just because I feel like it since it's otherwise not a working example anymore
DO NOT MERGE if you have already updated your ramdisk/anykernel.sh properly for your device
Diffstat (limited to 'anykernel.sh')
-rwxr-xr-x | anykernel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anykernel.sh b/anykernel.sh index 49ab6a2..f0449e4 100755 --- a/anykernel.sh +++ b/anykernel.sh @@ -12,7 +12,7 @@ do.cleanuponabort=0 device.name1=maguro device.name2=toro device.name3=toroplus -device.name4= +device.name4=tuna device.name5= supported.versions= '; } # end properties |