git: 0ebc92bf3db1 - main - vmrun.sh: mention new edk2 package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 May 2023 19:20:49 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=0ebc92bf3db1685fbcd023e42b683f4b10464095
commit 0ebc92bf3db1685fbcd023e42b683f4b10464095
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2023-05-02 19:19:08 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-05-02 19:19:09 +0000
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
---
share/examples/bhyve/vmrun.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/examples/bhyve/vmrun.sh b/share/examples/bhyve/vmrun.sh
index 1ef310b07e92..3ab16b58afb4 100755
--- a/share/examples/bhyve/vmrun.sh
+++ b/share/examples/bhyve/vmrun.sh
@@ -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