]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Add support for runtime trees 1910/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 20 Sep 2023 09:39:09 +0000 (11:39 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 20 Sep 2023 15:05:44 +0000 (17:05 +0200)
commit255767ee9f6ea0c466fc8a35153b5c0dcd581a6d
tree7911ab014b256fa26441b784655ac8f415cee48e
parentd0d62583ba844f8a67ae6b76a03de77744a2762c
Add support for runtime trees

Let's allow mounting various directories into containers/VMs that
we run using a new RuntimeTrees= option. For containers, we use
nspawn's --bind option. For VMs, we use virtiofs along with the
virtiofsd project.
mkosi/__init__.py
mkosi/config.py
mkosi/qemu.py
mkosi/resources/mkosi.md