diff options
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 |