Skip to content

Commit

Permalink
vidofnir_esim: update bootstrap archive (#268)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JamiKettunen authored Apr 12, 2024
1 parent 980a414 commit a8e8423
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions v2/devices/vidofnir_esim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit a8e8423

Please sign in to comment.