Use retrage OVMF nightly builds. Closes #5

This commit is contained in:
mintsuki 2023-07-07 15:14:24 +02:00
parent 40a2a7c915
commit ed5e0fd79c

View file

@ -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