We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0466026 + 581efc6 commit d25085aCopy full SHA for d25085a
1 file changed
boot-qemu.py
@@ -390,7 +390,7 @@ def get_efi_args(guest_arch):
390
391
if guest_arch not in efi_img_locations:
392
utils.yellow(
393
- f"Found '--efi' with supported architecture ('{guest_arch}'), continuing as if it was not passed..."
+ f"EFI boot requested for unsupported architecture ('{guest_arch}'), ignoring..."
394
)
395
return []
396
0 commit comments