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 /patch | |
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 'patch')
-rw-r--r-- | patch/fstab | 2 | ||||
-rw-r--r-- | patch/init.tuna | 5 | ||||
-rw-r--r-- | patch/placeholder | 0 |
3 files changed, 0 insertions, 7 deletions
diff --git a/patch/fstab b/patch/fstab deleted file mode 100644 index d6c9449..0000000 --- a/patch/fstab +++ /dev/null @@ -1,2 +0,0 @@ -# USB storage device -/devices/platform/omap/musb-omap2430/musb-hdrc auto auto defaults voldmanaged=usbdisk:auto diff --git a/patch/init.tuna b/patch/init.tuna deleted file mode 100644 index 2fc3c84..0000000 --- a/patch/init.tuna +++ /dev/null @@ -1,5 +0,0 @@ -service bootscript /sbin/bootscript.sh - class main - user root - group root - oneshot diff --git a/patch/placeholder b/patch/placeholder new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/patch/placeholder |