]> git.ipfire.org Git - thirdparty/mkosi.git/commit
mkosi: add "qemu" verb 180/head
authorLennart Poettering <lennart@poettering.net>
Wed, 25 Oct 2017 10:40:28 +0000 (12:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 17 Nov 2017 11:23:24 +0000 (12:23 +0100)
commitf601fb2bdb6c58b1e0f82d689c1abda307eac943
tree5e2f4c0e9dc766719c54a67e2eacbe6f78787fa7
parent09330f93453b825efae6c7ec3563ef2c9c9121af
mkosi: add "qemu" verb

This adds a new "mkosi qemu" verb that is like "mkosi boot" but invokes
things in a QEMU environment.

This tries to find the native qemu implementation, with a couple of
fallbacks if none is found, always opting for KVM acceleration.

This also tries to automatically discover the UEFI firmware blobs. For
now only the location where the files are on Fedora is encoded in the
search path, but this can be updated for other distributions easily
later on.

Fixes: #179
mkosi