diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2019-09-09 14:51:25 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2019-09-09 14:51:25 +0000 |
| commit | 3e6b8ce30e722518423aaf209c00afe2799b4ceb (patch) | |
| tree | 079985ca018d4e110d66d1516751be83b0a4c67a /tools/boot | |
| parent | 6c46ce7ea3b7f408beead97a53a71a9484b9e46d (diff) | |
Notes
Diffstat (limited to 'tools/boot')
| -rwxr-xr-x | tools/boot/ci-qemu-test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/boot/ci-qemu-test.sh b/tools/boot/ci-qemu-test.sh index a6181cda1e63..28e2b9b5c0ee 100755 --- a/tools/boot/ci-qemu-test.sh +++ b/tools/boot/ci-qemu-test.sh @@ -84,6 +84,7 @@ fi # Locate the uefi firmware file used by qemu. : ${OVMF:=/usr/local/share/uefi-edk2-qemu/QEMU_UEFI_CODE-x86_64.fd} if [ ! -r "${OVMF}" ]; then + echo "NOTE: UEFI firmware available in the uefi-edk2-qemu-x86_64 package" >&2 die "Cannot read UEFI firmware file ${OVMF}" fi |
