vmrun.sh: mention new edk2 package

uefi-edk2-bhyve no longer exists.

Reviewed by:	markj
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D39937
This commit is contained in:
Christos Margiolis 2023-05-02 19:19:08 +00:00 committed by Mark Johnston
parent 0785c323f3
commit 0ebc92bf3d

View File

@ -249,7 +249,7 @@ fi
if [ ${efi_mode} -gt 0 ]; then
if [ ! -f ${efi_firmware} ]; then
echo "Error: EFI Firmware ${efi_firmware} doesn't exist." \
"Try: pkg install uefi-edk2-bhyve"
"Try: pkg install edk2-bhyve"
exit 1
fi
fi