Selaa lähdekoodia

boot/grub2/readme.txt: typo

Signed-off-by: Julien Olivain <ju.o@free.fr>
Cherniaev Andrei 4 kuukautta sitten
vanhempi
commit
3fbc4e583f
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      boot/grub2/readme.txt

+ 2 - 2
boot/grub2/readme.txt

@@ -51,7 +51,7 @@ grub-bios-setup does but it works anyway.
 To test your BIOS image in Qemu
 -------------------------------
 
-qemu-system-{i386,x86-64} -hda disk.img
+qemu-system-{i386,x86_64} -hda disk.img
 
 Notes on using Grub2 for x86/x86_64 EFI-based platforms
 =======================================================
@@ -93,7 +93,7 @@ To test your i386/x86-64 EFI image in Qemu
 
    [0] https://github.com/retrage/edk2-nightly
 
-2. qemu-system-{i386,x86-64} -bios <path-to-OVMF.fd> -hda disk.img
+2. qemu-system-{i386,x86_64} -bios <path-to-OVMF.fd> -hda disk.img
 
 Notes on using Grub2 for ARM u-boot-based platforms
 ===================================================