mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
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:
parent
0785c323f3
commit
0ebc92bf3d
@ -249,7 +249,7 @@ fi
|
|||||||
if [ ${efi_mode} -gt 0 ]; then
|
if [ ${efi_mode} -gt 0 ]; then
|
||||||
if [ ! -f ${efi_firmware} ]; then
|
if [ ! -f ${efi_firmware} ]; then
|
||||||
echo "Error: EFI Firmware ${efi_firmware} doesn't exist." \
|
echo "Error: EFI Firmware ${efi_firmware} doesn't exist." \
|
||||||
"Try: pkg install uefi-edk2-bhyve"
|
"Try: pkg install edk2-bhyve"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user