release: amd64 efi boot name is bootx64

efi_boot_name is just used for arm image so no harm done.

Reported by:	gonzo
MFC after:	3 days
This commit is contained in:
Emmanuel Vadot 2020-06-09 18:13:52 +00:00
parent 04391da364
commit 3163f6aa26
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361980

View File

@ -368,7 +368,7 @@ efi_boot_name()
echo "bootaa64.efi"
;;
amd64)
echo "bootx86.efi"
echo "bootx64.efi"
;;
esac
}