Skip to content

Commit 581efc6

Browse files
committed
boot-qemu.py: Update unsupported EFI boot message
There is a typo in the original message (missing "un" on "supported"). Take the opportunity to make the message a little more consise. Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 0466026 commit 581efc6

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)