From 99ef25a5a98ccf765892648246d88cb3c3ab2efe Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Tue, 5 Oct 2021 14:08:21 +0300 Subject: [PATCH] doc: acrn: Fix indentation for RST Fix indentation TAB - > Space so that the document looks readable in text editors. Signed-off-by: Andrei Emeltchenko --- boards/x86/acrn/doc/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/x86/acrn/doc/index.rst b/boards/x86/acrn/doc/index.rst index 63968d9a0c2..dfdc9ab6911 100644 --- a/boards/x86/acrn/doc/index.rst +++ b/boards/x86/acrn/doc/index.rst @@ -235,8 +235,8 @@ Now create a FAT filesystem in the new partition and mount it: .. code-block:: console # mkfs.vfat -n ACRN_ZEPHYR /dev/sdb1 - # mkdir -p /mnt/acrn - # mount /dev/sdb1 /mnt/acrn + # mkdir -p /mnt/acrn + # mount /dev/sdb1 /mnt/acrn Copy Images and Configure GRUB ============================== @@ -251,9 +251,9 @@ files (GRUB, ACRN and Zephyr) all need to be copied into the .. code-block:: console # mkdir -p /mnt/acrn/efi/boot - # cp $PATH_TO_GRUB_BINARY /mnt/acrn/efi/boot/bootx64.efi - # cp $ZEPHYR_BASE/build/zephyr/zephyr.bin /mnt/acrn/efi/boot/ - # cp $PATH_TO_ACRN/build/hypervisor/acrn.bin /mnt/acrn/efi/boot/ + # cp $PATH_TO_GRUB_BINARY /mnt/acrn/efi/boot/bootx64.efi + # cp $ZEPHYR_BASE/build/zephyr/zephyr.bin /mnt/acrn/efi/boot/ + # cp $PATH_TO_ACRN/build/hypervisor/acrn.bin /mnt/acrn/efi/boot/ At boot, GRUB will load a "efi/boot/grub.cfg" file for its runtime configuration instructions (a feature, ironically, that both ACRN and