summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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