Skip to content

Commit

Permalink
Merge pull request #333 from hartwork/qemu-stop-using-deprecated-shor…
Browse files Browse the repository at this point in the history
…t-form-of-boolean-option-readonly

Stop using deprecated short-form of boolean option 'readonly' with QEMU
  • Loading branch information
hartwork authored Oct 12, 2024
2 parents a78c2e1 + e300360 commit 12baeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grub2_theme_preview/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def _inner_main(options):
run_command.append('-full-screen')
if is_efi_host:
run_command += [
'-drive', f'if=pflash,format=raw,readonly,file={omvf_image_path}'
'-drive', f'if=pflash,format=raw,readonly=on,file={omvf_image_path}'
]

print('INFO: Please give GRUB a moment to show up in QEMU...')
Expand Down

0 comments on commit 12baeb5

Please sign in to comment.