Skip to content

Commit da9b295

Browse files
committed
debos recipes: Add missing descriptions
Be consistent in always having a description for each action. Signed-off-by: Loïc Minier <[email protected]>
1 parent 29465dc commit da9b295

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

debos-recipes/qualcomm-linux-debian-image.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,13 @@ actions:
5656

5757
# XXX these kernel options might be specific to a kernel version or board
5858
- action: filesystem-deploy
59+
description: Deploy root filesystem to mounted image
5960
setup-fstab: true
6061
append-kernel-cmdline: clk_ignore_unused pd_ignore_unused audit=0 deferred_probe_timeout=30
6162

6263
- action: apt
63-
recommends: true
6464
description: Make system bootable with systemd-boot
65+
recommends: true
6566
packages:
6667
- systemd-boot
6768
# TODO investigate why systemd-boot Recommends: shim-signed which

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ architecture: arm64
55

66
actions:
77
- action: debootstrap
8+
description: Bootstrap initial filesystem
89
# NB: not currently configurable
910
suite: trixie
1011
components:
@@ -190,6 +191,7 @@ actions:
190191
{{- end }}
191192

192193
- action: pack
194+
description: Create root filesystem tarball
193195
file: rootfs.tar.gz
194196
compression: gz
195197

0 commit comments

Comments
 (0)