diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-09 19:01:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 10:41:21 +0000 |
commit | 6846d4d00bc3a9d4e188ad9c8cfdf6e45cd1ba06 (patch) | |
tree | 6a59e9936ac9f2ca063d4fc8a5c4d9ecc9492769 /documentation/dev-manual/wic.rst | |
parent | 474e071608c7c1c97e9dafde810aef5630c716e7 (diff) | |
download | poky-6846d4d00bc3a9d4e188ad9c8cfdf6e45cd1ba06.tar.gz |
manuals: define proper numbered lists
Using "#." instead of "1.", "2.", "3.", etc.
(From yocto-docs rev: 11c2585acd0fa6c330702af2359ce5a9e47cde1f)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/wic.rst')
-rw-r--r-- | documentation/dev-manual/wic.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/wic.rst b/documentation/dev-manual/wic.rst index 7ed887b270..d698cec77c 100644 --- a/documentation/dev-manual/wic.rst +++ b/documentation/dev-manual/wic.rst | |||
@@ -641,7 +641,7 @@ modify the kernel. | |||
641 | The following example examines the contents of the Wic image, deletes | 641 | The following example examines the contents of the Wic image, deletes |
642 | the existing kernel, and then inserts a new kernel: | 642 | the existing kernel, and then inserts a new kernel: |
643 | 643 | ||
644 | 1. *List the Partitions:* Use the ``wic ls`` command to list all the | 644 | #. *List the Partitions:* Use the ``wic ls`` command to list all the |
645 | partitions in the Wic image:: | 645 | partitions in the Wic image:: |
646 | 646 | ||
647 | $ wic ls tmp/deploy/images/qemux86/core-image-minimal-qemux86.wic | 647 | $ wic ls tmp/deploy/images/qemux86/core-image-minimal-qemux86.wic |
@@ -652,7 +652,7 @@ the existing kernel, and then inserts a new kernel: | |||
652 | The previous output shows two partitions in the | 652 | The previous output shows two partitions in the |
653 | ``core-image-minimal-qemux86.wic`` image. | 653 | ``core-image-minimal-qemux86.wic`` image. |
654 | 654 | ||
655 | 2. *Examine a Particular Partition:* Use the ``wic ls`` command again | 655 | #. *Examine a Particular Partition:* Use the ``wic ls`` command again |
656 | but in a different form to examine a particular partition. | 656 | but in a different form to examine a particular partition. |
657 | 657 | ||
658 | .. note:: | 658 | .. note:: |
@@ -700,12 +700,12 @@ the existing kernel, and then inserts a new kernel: | |||
700 | Add mtools_skip_check=1 to your .mtoolsrc file to skip this test | 700 | Add mtools_skip_check=1 to your .mtoolsrc file to skip this test |
701 | 701 | ||
702 | 702 | ||
703 | 3. *Remove the Old Kernel:* Use the ``wic rm`` command to remove the | 703 | #. *Remove the Old Kernel:* Use the ``wic rm`` command to remove the |
704 | ``vmlinuz`` file (kernel):: | 704 | ``vmlinuz`` file (kernel):: |
705 | 705 | ||
706 | $ wic rm tmp/deploy/images/qemux86/core-image-minimal-qemux86.wic:1/vmlinuz | 706 | $ wic rm tmp/deploy/images/qemux86/core-image-minimal-qemux86.wic:1/vmlinuz |
707 | 707 | ||
708 | 4. *Add In the New Kernel:* Use the ``wic cp`` command to add the | 708 | #. *Add In the New Kernel:* Use the ``wic cp`` command to add the |
709 | updated kernel to the Wic image. Depending on how you built your | 709 | updated kernel to the Wic image. Depending on how you built your |
710 | kernel, it could be in different places. If you used ``devtool`` and | 710 | kernel, it could be in different places. If you used ``devtool`` and |
711 | an SDK to build your kernel, it resides in the ``tmp/work`` directory | 711 | an SDK to build your kernel, it resides in the ``tmp/work`` directory |