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