Skip to content

Commit f0752e4

Browse files
committed
Fixup extra vm page
Signed-off-by: Sergiu Weisz <sergiu121@gmail.com>
1 parent 00d0ad6 commit f0752e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/teaching/info/extra-vm.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ a more complete image is required, such as ``core-image-sato-dev-qemu``.
1313
To use the new image, update the ``YOCTO_IMAGE`` variable in
1414
``tools/labs/qemu/Makefile``:
1515

16-
.. code-block::
16+
.. code-block:: shell
1717
1818
YOCTO_IMAGE = core-image-sato-qemu$(ARCH).ext4
1919
@@ -106,7 +106,7 @@ The kernel image is built the first time the VM is started. To rebuild the
106106
kernel remove the kernel image file defined by the ``ZIMAGE`` variable in
107107
``tools/labs/qemu/Makefile``:
108108
109-
.. code-block::
109+
.. code-block:: shell
110110
111111
ZIMAGE = $(KDIR)/arch/$(ARCH)/boot/$(b)zImage
112112
@@ -140,9 +140,9 @@ packages:
140140
In order to run the container infrastructure run the following command in the
141141
``tools/labs/`` directory:
142142

143-
.. code-block::
143+
.. code-block:: shell
144144
145-
make docker-kernel
145+
sergiu@local:~/src/linux/tools/labs$ make docker-kernel
146146
...
147147
ubuntu@so2:~$
148148
@@ -161,6 +161,6 @@ you will make here will also be seen on your local instance.
161161

162162
In order to stop the container use the following command:
163163

164-
.. code-block::
164+
.. code-block:: shell
165165
166166
make stop-docker-kernel

0 commit comments

Comments
 (0)