@@ -86,8 +86,7 @@ things and remove a bunch of manual steps that might be error prone.
Consider for example, the beaglebone black WIC file, which contains:
-part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat
---label boot --active --align 4 --fixed-size 32 --sourceparams="loader=u-boot" --use-uuid
+part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --fixed-size 32 --sourceparams="loader=u-boot" --use-uuid
part / --source rawcopy --ondisk mmcblk0 --sourceparams="file=${IMGDEPLOYDIR}/${DM_VERITY_IMAGE}-${MACHINE}.${DM_VERITY_IMAGE_TYPE}.verity"
bootloader --append="console=ttyS0,115200"
This reformats the WIC partition example in the dm-verity documentation to keep the `/boot` partition definition on a single line to make the example easier to copy and less error-prone. Signed-off-by: Gaël PORTAY <gael.portay+rtone@gmail.com> --- docs/dm-verity.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)