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