summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNolen Johnson <johnsonnolen@gmail.com>2020-04-26 19:55:34 -0400
committerNolen Johnson <johnsonnolen@gmail.com>2020-04-27 02:00:53 +0200
commit6cdb324436a600a234c0a1be4c79d6db0deb01ee (patch)
tree6cb6d752678d47bd3fb08ebf183bbd8667f3b69b
parent650e9fb044318312048df102105a1acb5de5c34b (diff)
downloadlineage_wiki-6cdb324436a600a234c0a1be4c79d6db0deb01ee.tar.gz
lineage_wiki-6cdb324436a600a234c0a1be4c79d6db0deb01ee.tar.bz2
lineage_wiki-6cdb324436a600a234c0a1be4c79d6db0deb01ee.zip
wiki: templates: device_build: A/B devices have boot, not recovery
Change-Id: Iffb4253b902e67b78576f65d7d52e7d774a646c7
-rw-r--r--_includes/templates/device_build.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/templates/device_build.md b/_includes/templates/device_build.md
index 9c15b2fa..55c9f519 100644
--- a/_includes/templates/device_build.md
+++ b/_includes/templates/device_build.md
@@ -296,7 +296,11 @@ cd $OUT
There you'll find all the files that were created. The two files of more interest are:
+{% if device.is_ab_device %}
+1. `boot.img`, which is the LineageOS boot image, and contains the recovery-ramdisk.
+{% else %}
1. `recovery.img`, which is the LineageOS recovery image.
+{% endif %}
2. `lineage-{{ device.current_branch }}-{{ site.time | date: "%Y%m%d" }}-UNOFFICIAL-{{ device.codename }}.zip`, which is the LineageOS
installer package.