Skip to content

Commit d25085a

Browse files
authored
Merge pull request #83 from nathanchance/fix-efi-unsupported-message
boot-qemu.py: Update unsupported EFI boot message
2 parents 0466026 + 581efc6 commit d25085a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

boot-qemu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def get_efi_args(guest_arch):
390390

391391
if guest_arch not in efi_img_locations:
392392
utils.yellow(
393-
f"Found '--efi' with supported architecture ('{guest_arch}'), continuing as if it was not passed..."
393+
f"EFI boot requested for unsupported architecture ('{guest_arch}'), ignoring..."
394394
)
395395
return []
396396

0 commit comments

Comments
 (0)