Skip to content

Commit

Permalink
patch: Append instructions partial to externalFlash
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
  • Loading branch information
vipulgupta2048 committed Dec 18, 2024
1 parent ef965a5 commit aaad25b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/balenaos-contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const BalenaOS: Contract = {
`{{{deviceType.partials.bootDevice}}} to boot the device.`,
],
externalFlash: [
`{{#each deviceType.partials.instructions}}{{{this}}} {{/each}}`,
`Insert the {{resolveContractAlias deviceType.data.media.altBoot.[0]}} to the host machine.`,
`Write the {{name}} file you downloaded to the {{resolveContractAlias deviceType.data.media.altBoot.[0]}}. We recommend using <a href="https://etcher.balena.io/">Etcher</a>.`,
`Wait for writing of {{name}} to complete.`,
Expand Down

0 comments on commit aaad25b

Please sign in to comment.