File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
259259configuration instructions (a feature, ironically, that both ACRN and
You can’t perform that action at this time.
0 commit comments