Update doc for multi-arch x86

Recent test shows the $grub_cpu is x86_64 for grubx64.efi,
replace the outdated i386 with x64.

Change-Id: I554b74aee85727e1d8c56d2bf9b5e0b682b6dbd2
This commit is contained in:
Kaifeng Wang 2020-06-11 23:17:08 +08:00
parent 80167d4908
commit 52138f2c54
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ For example, setup ``$TFTPROOT/EFI/BOOT/grub.cfg`` as following::
} }
Prepare specific grub config for each existing architectures, e.g. Prepare specific grub config for each existing architectures, e.g.
``grub-arm64.cfg`` for ARM64 and ``grub-i386.cfg`` for x86. ``grub-arm64.cfg`` for ARM64 and ``grub-x86_64.cfg`` for x86_64.
Update dnsmasq configuration to contain options for supported architectures. Update dnsmasq configuration to contain options for supported architectures.