summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/wic.rst
diff options
context:
space:
mode:
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...