Use retrage OVMF nightly builds. Closes #5
This commit is contained in:
parent
40a2a7c915
commit
ed5e0fd79c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ run-hdd-uefi: ovmf $(IMAGE_NAME).hdd
|
||||||
|
|
||||||
ovmf:
|
ovmf:
|
||||||
mkdir -p 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:
|
limine:
|
||||||
git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1
|
git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue