summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2023-06-21 10:13:29 -0700
committerArmin Kuster <akuster808@gmail.com>2023-06-25 15:05:28 -0400
commitb6ec838e8ff9f80f4f368a5f6b1fef27072e8489 (patch)
treed59ef7dc3cbed863bca6c7a8a4180b3995c334cd
parent2eb05e11c0ca843bcb8e7ca3b17dff60ed2873ab (diff)
downloadmeta-security-b6ec838e8ff9f80f4f368a5f6b1fef27072e8489.tar.gz
dm-verity: add descriptive strings for "wic list images"
Without these one line descriptors and their associated marker prefix, the output from "wic list images" only shows they are available as a choice but w/o any description Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--wic/beaglebone-yocto-verity.wks.in1
-rw-r--r--wic/systemd-bootdisk-dmverity.wks.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/wic/beaglebone-yocto-verity.wks.in b/wic/beaglebone-yocto-verity.wks.in
index a1d7738..d2923de 100644
--- a/wic/beaglebone-yocto-verity.wks.in
+++ b/wic/beaglebone-yocto-verity.wks.in
@@ -3,6 +3,7 @@
3# Copyright (C) 2020 BayLibre SAS 3# Copyright (C) 2020 BayLibre SAS
4# Author: Bartosz Golaszewski <bgolaszewski@baylibre.com> 4# Author: Bartosz Golaszewski <bgolaszewski@baylibre.com>
5# 5#
6# short-description: Create a u-SD image for beaglebone-black with dm-verity
6# A dm-verity variant of the regular wks for beaglebone black. We need to fetch 7# A dm-verity variant of the regular wks for beaglebone black. We need to fetch
7# the partition images from the DEPLOY_DIR_IMAGE as the rootfs source plugin will 8# the partition images from the DEPLOY_DIR_IMAGE as the rootfs source plugin will
8# not recreate the exact block device corresponding with the hash tree. We must 9# not recreate the exact block device corresponding with the hash tree. We must
diff --git a/wic/systemd-bootdisk-dmverity.wks.in b/wic/systemd-bootdisk-dmverity.wks.in
index a275a48..8466368 100644
--- a/wic/systemd-bootdisk-dmverity.wks.in
+++ b/wic/systemd-bootdisk-dmverity.wks.in
@@ -1,3 +1,4 @@
1# short-description: Create an EFI disk image with systemd-boot and dm-verity
1# A dm-verity variant of the regular wks for IA machines. We need to fetch 2# A dm-verity variant of the regular wks for IA machines. We need to fetch
2# the partition images from the IMGDEPLOYDIR as the rootfs source plugin will 3# the partition images from the IMGDEPLOYDIR as the rootfs source plugin will
3# not recreate the exact block device corresponding with the hash tree. We must 4# not recreate the exact block device corresponding with the hash tree. We must