summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2023-05-10 11:04:41 -0400
committerArmin Kuster <akuster808@gmail.com>2023-05-13 06:06:29 -0400
commit2fbeebc18cd88806479fa3a5d79557a18465ce4b (patch)
treed62a78a59da47471d61ff0aa8dd98dfd60891913
parent1cb3f6988a8fa07968da6566ec45d74f6414acfe (diff)
downloadmeta-security-2fbeebc18cd88806479fa3a5d79557a18465ce4b.tar.gz
dm-verity: document the meta-intel dependency in the systemd example
The dependency might not be obvious to everyone, so leave a hint. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--wic/systemd-bootdisk-dmverity.wks.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/wic/systemd-bootdisk-dmverity.wks.in b/wic/systemd-bootdisk-dmverity.wks.in
index ef114ca..a275a48 100644
--- a/wic/systemd-bootdisk-dmverity.wks.in
+++ b/wic/systemd-bootdisk-dmverity.wks.in
@@ -5,6 +5,7 @@
5# Based on OE-core's systemd-bootdisk.wks and meta-security's beaglebone-yocto-verity.wks.in file 5# Based on OE-core's systemd-bootdisk.wks and meta-security's beaglebone-yocto-verity.wks.in file
6# 6#
7# This .wks only works with the dm-verity-img class. 7# This .wks only works with the dm-verity-img class.
8# Also note that the use of microcode.cpio introduces a meta-intel layer dependency.
8 9
9part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=microcode.cpio" --ondisk sda --label msdos --active --align 1024 --use-uuid 10part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=microcode.cpio" --ondisk sda --label msdos --active --align 1024 --use-uuid
10 11