Skip to content

Commit adcfe03

Browse files
committed
doc: tweak to GSG to fix code-block
Sphinx was complaining about a missing argument, and fixed some trailing spaces. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent ebea5e5 commit adcfe03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/getting_started/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ partition. Follow these steps:
149149
# efibootmgr -c -l "\EFI\acrn\acrn.efi" -d /dev/sda -p 1 -L ACRN
150150
151151
.. note::
152+
152153
Be aware that a Clearlinux update that includes a kernel upgrade will
153154
reset the boot option changes you just made. A Clearlinux update could
154155
happen automatically (if you have not disabled it as described above),
@@ -165,15 +166,15 @@ partition. Follow these steps:
165166
default value is to use the Clearlinux bootloader, i.e.: ``\EFI\org.clearlinux\bootloaderx64.efi``.
166167
#. ``uart=``: this tells the hypervisor where the serial port (UART) is found or
167168
whether it should be disabled. There are three forms for this parameter:
168-
169+
169170
#. ``uart=disabled``: this disables the serial port completely
170171
#. ``uart=mmio@<MMIO address>``: this sets the serial port MMIO address
171172
#. ``uart=port@<port address>``: this sets the serial port address
172173

173174
Here is a more complete example of how to configure the EFI firmware to load the ACRN
174175
hypervisor and set these parameters.
175176

176-
.. code-block::
177+
.. code-block:: none
177178
178179
# efibootmgr -c -l "\EFI\acrn\acrn.efi" -d /dev/sda -p 1 -L "ACRN Hypervisor" \
179180
-u "bootloader=\EFI\org.clearlinux\bootloaderx64.efi uart=mmio@0x9141e000"

0 commit comments

Comments
 (0)