- InstallDirectory caches the install part of the build process
which speeds up incremental builds a little and allows inspecting
the installed components in mkosi.installdir.
- SourceFileTransferFinal copies the source files to the final
image which makes the gdb experience in qemu/systemd-nspawn a bit
nicer as it can now find the source files and show the source code
in the gdb cli itself.
[Packages]
BuildDirectory=mkosi.builddir
Cache=mkosi.cache
+InstallDirectory=mkosi.installdir
+SourceFileTransferFinal=copy-git-others
[Host]
QemuHeadless=yes