File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ architecture: arm64
55
66actions :
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
You can’t perform that action at this time.
0 commit comments