Skip to content

Commit

Permalink
post AGNOS 11 image
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jan 1, 2025
1 parent 3ec94b2 commit caa8698
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ export class Image {
this.name = json.name
this.sparse = json.sparse

if (this.name === 'system') {
// before AGNOS 11 - flash alt skip-chunks image
// after AGNOS 11 - flash main non-sparse image
if (this.name === 'system' && this.sparse && json.alt) {
this.checksum = json.alt.hash
this.fileName = `${this.name}-skip-chunks-${json.hash_raw}.img`
this.archiveUrl = json.alt.url
Expand Down

0 comments on commit caa8698

Please sign in to comment.