summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/wic.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-12-08 10:25:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-18 10:41:21 +0000
commit01e5d22507e57c66452f14610ee8eb3d66ac9d71 (patch)
tree7241fa93a3a0d11db32d042e5d70a750132ab0a1 /documentation/dev-manual/wic.rst
parent8b812b29c4b13ba028c0d66f73a6599a988486d5 (diff)
downloadpoky-01e5d22507e57c66452f14610ee8eb3d66ac9d71.tar.gz
manuals: fix double colons
Fixing double colons appearing alone on a line, while they could be put at the end of the previous line. Sometimes placing a note after the quoted text to avoid such a situation. It's more natural too not to have a note between the introduction text and the quoted section. (From yocto-docs rev: fb054622f5119444eb947fe580253f37e0d872c6) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/wic.rst')
-rw-r--r--documentation/dev-manual/wic.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/dev-manual/wic.rst b/documentation/dev-manual/wic.rst
index d2f7bd0130..7ed887b270 100644
--- a/documentation/dev-manual/wic.rst
+++ b/documentation/dev-manual/wic.rst
@@ -539,8 +539,7 @@ will need to boot from ``sdb`` instead of ``sda``, which is what the
539 539
540The example begins by making a copy of the ``directdisk-gpt.wks`` file 540The example begins by making a copy of the ``directdisk-gpt.wks`` file
541in the ``scripts/lib/image/canned-wks`` directory and then by changing 541in the ``scripts/lib/image/canned-wks`` directory and then by changing
542the lines that specify the target disk from which to boot. 542the lines that specify the target disk from which to boot::
543::
544 543
545 $ cp /home/stephano/yocto/poky/scripts/lib/wic/canned-wks/directdisk-gpt.wks \ 544 $ cp /home/stephano/yocto/poky/scripts/lib/wic/canned-wks/directdisk-gpt.wks \
546 /home/stephano/yocto/poky/scripts/lib/wic/canned-wks/directdisksdb-gpt.wks 545 /home/stephano/yocto/poky/scripts/lib/wic/canned-wks/directdisksdb-gpt.wks
@@ -557,8 +556,7 @@ Once the lines are changed, the
557example generates the ``directdisksdb-gpt`` image. The command points 556example generates the ``directdisksdb-gpt`` image. The command points
558the process at the ``core-image-minimal`` artifacts for the Next Unit of 557the process at the ``core-image-minimal`` artifacts for the Next Unit of
559Computing (nuc) :term:`MACHINE` the 558Computing (nuc) :term:`MACHINE` the
560``local.conf``. 559``local.conf``::
561::
562 560
563 $ wic create directdisksdb-gpt -e core-image-minimal 561 $ wic create directdisksdb-gpt -e core-image-minimal
564 INFO: Building wic-tools... 562 INFO: Building wic-tools...