Skip to content
Snippets Groups Projects

Wip/martyn/u boot installer

Merged Martyn Welch requested to merge WIP/martyn/u-boot_installer into apertis/v2019dev0
All threads resolved!
Compare and Show latest version
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
{{ $architecture := or .architecture "armhf" }}
{{ $target := or .target "mx6qsabrelite" }}
{{ $mirror := or .mirror "https://repositories.apertis.org/apertis/" }}
{{ $suite := or .suite "18.12" }}
{{ $suite := or .suite "2019dev0" }}
{{ $timestamp := or .timestamp "00000000.0" }}
{{ $image := or .image (printf "apertis-%s-installer-%s-%s_%s" $suite $architecture $target $timestamp) }}
@@ -11,8 +11,7 @@ actions:
- action: image-partition
imagename: {{ $image }}.img
imagesize: 300M
partitiontype: gpt
gpt_gap: {{ sector 6144 }}b
partitiontype: msdos
mountpoints:
- mountpoint: /
Loading