We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e1fa1 commit f9f12f8Copy full SHA for f9f12f8
debos-recipes/qualcomm-linux-debian-image.yaml
@@ -4,7 +4,7 @@
4
{{- $image := printf "disk-%s.img" $imagetype }}
5
6
architecture: arm64
7
-sectorsize: {{if eq $imagetype "ufs"}} 4096 {{else}} 512 {{end}}
+sectorsize: {{if eq $imagetype "ufs"}}4096{{else}}512{{end}}
8
9
actions:
10
- action: unpack
0 commit comments