From b39734fbc601f16167c37d05c6bda7f54dcd8bec Mon Sep 17 00:00:00 2001 From: Dries Michiels <32487486+driesmp@users.noreply.github.com> Date: Fri, 29 Nov 2024 17:07:36 +0100 Subject: [PATCH] Update port location of edk2 This fixes a downstream bug report on FreeBSD. --- vm.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm.8 b/vm.8 index b262ac1..cbf6114 100644 --- a/vm.8 +++ b/vm.8 @@ -328,7 +328,7 @@ and .Pp You will also need a copy of the UEFI firmware. This can either be installed using the -.Pa sysutils/uefi-edk2-bhyve +.Pa sysutils/edk2 port, or you can manually download a copy (see URL below) to .Pa $vm_dir/.config/BHYVE_UEFI.fd and configure a guest to use it by setting .Sy loader="uefi-custom" .