]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Replace RuntimeHome= with BindUser= 3879/head
authorDaanDeMeyer <daan.j.demeyer@gmail.com>
Mon, 25 Aug 2025 09:27:44 +0000 (11:27 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 12 Sep 2025 11:28:18 +0000 (13:28 +0200)
commit97bacef15a95d9d45e66688bf2412a0ddef81c38
tree1d306da8d30ca3d0074fc2da102b75610c52cedf
parent10309fe92541f15c91acbcf26629c3dc32bbe32b
Replace RuntimeHome= with BindUser=

Let's replace our home grown RuntimeHome= option with BindUser= to
mimick systemd-nspawn's --bind-user= option. systemd-vmspawn will soon
learn to support --bind-user= as well and we'll enable the option for
it when that happens as well.
mkosi.postinst
mkosi/__init__.py
mkosi/config.py
mkosi/qemu.py
mkosi/resources/man/mkosi.1.md
mkosi/util.py
mkosi/vmspawn.py
tests/test_json.py