summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2020-05-22 20:45:57 +0200
committerLuK1337 <priv.luk@gmail.com>2020-05-22 20:46:10 +0200
commit7ac0eb997158d016873d3672909b61c16b6bd4e2 (patch)
tree8087b0cffa6569e4efbaa4e7ef184141cac37cc6
parent2d89835c0ec3f39c7a6733d7ccdbf31afd52b600 (diff)
downloadlineage_wiki-7ac0eb997158d016873d3672909b61c16b6bd4e2.tar.gz
lineage_wiki-7ac0eb997158d016873d3672909b61c16b6bd4e2.tar.bz2
lineage_wiki-7ac0eb997158d016873d3672909b61c16b6bd4e2.zip
wiki: Add before_install for {discovery,pioneer,voyager}
Change-Id: I37ffebd004a32023018b6181962f8012ef34fb43
-rw-r--r--_data/devices/discovery.yml1
-rw-r--r--_data/devices/pioneer.yml1
-rw-r--r--_data/devices/voyager.yml1
-rw-r--r--_includes/templates/device_specific/before_install_discovery.md1
-rw-r--r--_includes/templates/device_specific/before_install_pioneer.md1
-rw-r--r--_includes/templates/device_specific/before_install_voyager.md1
6 files changed, 6 insertions, 0 deletions
diff --git a/_data/devices/discovery.yml b/_data/devices/discovery.yml
index 7c9747e5..3e3f2b5e 100644
--- a/_data/devices/discovery.yml
+++ b/_data/devices/discovery.yml
@@ -1,5 +1,6 @@
architecture: arm64
battery: {removable: False, capacity: 3580, tech: 'Li-Ion'}
+before_install: before_install_discovery
before_lineage_install: before_lineage_install_ab_copy_partitions
bluetooth: {spec: '5', profiles: [A2DP + aptX HD]}
cameras:
diff --git a/_data/devices/pioneer.yml b/_data/devices/pioneer.yml
index d1f47f7d..0e79b26c 100644
--- a/_data/devices/pioneer.yml
+++ b/_data/devices/pioneer.yml
@@ -1,5 +1,6 @@
architecture: arm64
battery: {removable: False, capacity: 3300, tech: 'Li-Ion'}
+before_install: before_install_pioneer
before_lineage_install: before_lineage_install_ab_copy_partitions
bluetooth: {spec: '5', profiles: [A2DP + aptX HD]}
cameras:
diff --git a/_data/devices/voyager.yml b/_data/devices/voyager.yml
index 6e67be35..91059e9d 100644
--- a/_data/devices/voyager.yml
+++ b/_data/devices/voyager.yml
@@ -1,5 +1,6 @@
architecture: arm64
battery: {removable: False, capacity: 3580, tech: 'Li-Ion'}
+before_install: before_install_voyager
before_lineage_install: before_lineage_install_ab_copy_partitions
bluetooth: {spec: '5', profiles: [A2DP + aptX HD]}
cameras:
diff --git a/_includes/templates/device_specific/before_install_discovery.md b/_includes/templates/device_specific/before_install_discovery.md
new file mode 100644
index 00000000..f856bf08
--- /dev/null
+++ b/_includes/templates/device_specific/before_install_discovery.md
@@ -0,0 +1 @@
+{% include alerts/warning.html content="Before following these instructions please ensure that the device is on the latest **Android 9** firmware." %}
diff --git a/_includes/templates/device_specific/before_install_pioneer.md b/_includes/templates/device_specific/before_install_pioneer.md
new file mode 100644
index 00000000..f856bf08
--- /dev/null
+++ b/_includes/templates/device_specific/before_install_pioneer.md
@@ -0,0 +1 @@
+{% include alerts/warning.html content="Before following these instructions please ensure that the device is on the latest **Android 9** firmware." %}
diff --git a/_includes/templates/device_specific/before_install_voyager.md b/_includes/templates/device_specific/before_install_voyager.md
new file mode 100644
index 00000000..f856bf08
--- /dev/null
+++ b/_includes/templates/device_specific/before_install_voyager.md
@@ -0,0 +1 @@
+{% include alerts/warning.html content="Before following these instructions please ensure that the device is on the latest **Android 9** firmware." %}