summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorosm0sis <osm0sis@outlook.com>2019-06-12 22:34:23 -0300
committerosm0sis <osm0sis@outlook.com>2019-06-12 22:34:23 -0300
commit9f9182ecdaf8e57532d045228bf91a2d9b32e179 (patch)
tree0b695079c7b829946c16043f30ec4783403b02f9
parent7ccf4d62cede0527b7d895a8255f18b9b56046cc (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
-rwxr-xr-xanykernel.sh2
-rw-r--r--patch/fstab2
-rw-r--r--patch/init.tuna5
-rw-r--r--patch/placeholder (renamed from zImage)0
4 files changed, 1 insertions, 8 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
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/zImage b/patch/placeholder
index e69de29..e69de29 100644
--- a/zImage
+++ b/patch/placeholder