Skip to content

Commit 99ef25a

Browse files
finikorgcfriedt
authored andcommitted
doc: acrn: Fix indentation for RST
Fix indentation TAB - > Space so that the document looks readable in text editors. Signed-off-by: Andrei Emeltchenko <[email protected]>
1 parent 47e10a6 commit 99ef25a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

boards/x86/acrn/doc/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ Now create a FAT filesystem in the new partition and mount it:
235235
.. code-block:: console
236236
237237
# mkfs.vfat -n ACRN_ZEPHYR /dev/sdb1
238-
# mkdir -p /mnt/acrn
239-
# mount /dev/sdb1 /mnt/acrn
238+
# mkdir -p /mnt/acrn
239+
# mount /dev/sdb1 /mnt/acrn
240240
241241
Copy Images and Configure GRUB
242242
==============================
@@ -251,9 +251,9 @@ files (GRUB, ACRN and Zephyr) all need to be copied into the
251251
.. code-block:: console
252252
253253
# mkdir -p /mnt/acrn/efi/boot
254-
# cp $PATH_TO_GRUB_BINARY /mnt/acrn/efi/boot/bootx64.efi
255-
# cp $ZEPHYR_BASE/build/zephyr/zephyr.bin /mnt/acrn/efi/boot/
256-
# cp $PATH_TO_ACRN/build/hypervisor/acrn.bin /mnt/acrn/efi/boot/
254+
# cp $PATH_TO_GRUB_BINARY /mnt/acrn/efi/boot/bootx64.efi
255+
# cp $ZEPHYR_BASE/build/zephyr/zephyr.bin /mnt/acrn/efi/boot/
256+
# cp $PATH_TO_ACRN/build/hypervisor/acrn.bin /mnt/acrn/efi/boot/
257257
258258
At boot, GRUB will load a "efi/boot/grub.cfg" file for its runtime
259259
configuration instructions (a feature, ironically, that both ACRN and

0 commit comments

Comments
 (0)