From b6ec838e8ff9f80f4f368a5f6b1fef27072e8489 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Wed, 21 Jun 2023 10:13:29 -0700 Subject: 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 Signed-off-by: Armin Kuster --- wic/beaglebone-yocto-verity.wks.in | 1 + wic/systemd-bootdisk-dmverity.wks.in | 1 + 2 files changed, 2 insertions(+) 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 @@ # Copyright (C) 2020 BayLibre SAS # Author: Bartosz Golaszewski # +# short-description: Create a u-SD image for beaglebone-black with dm-verity # A dm-verity variant of the regular wks for beaglebone black. We need to fetch # the partition images from the DEPLOY_DIR_IMAGE as the rootfs source plugin will # 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 @@ +# short-description: Create an EFI disk image with systemd-boot and dm-verity # A dm-verity variant of the regular wks for IA machines. We need to fetch # the partition images from the IMGDEPLOYDIR as the rootfs source plugin will # not recreate the exact block device corresponding with the hash tree. We must -- cgit v1.2.3-54-g00ecf