]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Add QemuFirmwareVariables=
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 10 Dec 2023 11:48:15 +0000 (12:48 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 10 Dec 2023 13:30:19 +0000 (14:30 +0100)
commit6f23ae0ff2bfa07856b256fe06590264bbd853fd
tree16acaba82562ae93703baeee36da79e569fe9aee
parent837ec0f19604adface3598075c2bcbe176626f13
Add QemuFirmwareVariables=

This allows configuring the path to the qemu firmware variables to
use. This allows users to configure their own variables using
https://pypi.org/project/virt-firmware/ before passing it to mkosi.

This also fixes a bug where we didn't pass the variables file to
qemu if the firmware doesn't support secure boot.
mkosi/config.py
mkosi/qemu.py
mkosi/resources/mkosi.md
tests/test_json.py