From ed5e0fd79c8e14ef9e50cef499c5aa2107866726 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Fri, 7 Jul 2023 15:14:24 +0200 Subject: [PATCH] Use retrage OVMF nightly builds. Closes #5 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 1f2d1bb..c7e57ec 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -27,7 +27,7 @@ run-hdd-uefi: ovmf $(IMAGE_NAME).hdd ovmf: mkdir -p ovmf - cd ovmf && curl -Lo OVMF-X64.zip https://efi.akeo.ie/OVMF/OVMF-X64.zip && unzip OVMF-X64.zip + cd ovmf && curl -Lo OVMF.fd https://retrage.github.io/edk2-nightly/bin/RELEASEX64_OVMF.fd limine: git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1