From a8e84239f24734b46b242abda7330d69b2f26e37 Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Fri, 12 Apr 2024 17:42:42 +0300 Subject: [PATCH] vidofnir_esim: update bootstrap archive (#268) This new one simply contains the new {vendor_,}boot.img images with fixed fstab so that flashing firmware archive will always succeed in recovery even if user was still on e.g. 20.04 OTA-3 or earlier. --- v2/devices/vidofnir_esim.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v2/devices/vidofnir_esim.yml b/v2/devices/vidofnir_esim.yml index db7aafde..f5e5e778 100644 --- a/v2/devices/vidofnir_esim.yml +++ b/v2/devices/vidofnir_esim.yml @@ -40,7 +40,7 @@ operating_systems: type: "checkbox" - var: "bootstrap" name: "Bootstrap" - tooltip: "Flash system partitions using fastboot" + tooltip: "Flash system partitions using fastboot. Do NOT uncheck unless you know exactly what you're doing!" type: "checkbox" value: true prerequisites: [] @@ -50,9 +50,9 @@ operating_systems: - core:download: group: "firmware" files: - - url: "https://volla.tech/filedump/volla-vidofnir-12.0-ubports-installer-bootstrap.zip" + - url: "https://volla.tech/filedump/volla-vidofnir-12.0-ubports-installer-bootstrap-v2.zip" checksum: - sum: "f0dc13734c8fc7000c6176b606377cb49df94bb0b1e3b08b03268abc9c43819b" + sum: "40c9b499bd51a9359a7eb6ca333c3dd7a362fb7bbafd1f853902c78cc84f032d" algorithm: "sha256" condition: var: "bootstrap" @@ -61,7 +61,7 @@ operating_systems: - core:unpack: group: "firmware" files: - - archive: "volla-vidofnir-12.0-ubports-installer-bootstrap.zip" + - archive: "volla-vidofnir-12.0-ubports-installer-bootstrap-v2.zip" dir: "unpacked" condition: var: "bootstrap"