[meta-security][PATCH] docs: fix formatting in dm-verity documentation
Gaël PORTAY <[email protected]> Thu, 30 Jul 2026 04:48:49 +0200
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- docs/dm-verity.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/dm-verity.txt b/docs/dm-verity.txt index a538fa2..f33f5a2 100644 --- a/docs/dm-verity.txt +++ b/docs/dm-verity.txt @@ -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" -- 2.43.0