diff mbox series

[meta-security] docs: fix formatting in dm-verity documentation

Message ID 20260730024849.1120938-2-gael.portay+rtone@gmail.com
State New
Headers show
Series [meta-security] docs: fix formatting in dm-verity documentation | expand

Commit Message

Gaël PORTAY July 30, 2026, 2:48 a.m. UTC
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(-)
diff mbox series

Patch

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"