]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Don't pass in tools tree to default initrd in run_clean()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 1 Oct 2024 20:47:22 +0000 (22:47 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 1 Oct 2024 20:47:22 +0000 (22:47 +0200)
commit28c3ff2e90cefc7e0a4e4e9f321901d68ec544de
tree46d3ee974c34f6d6c8137f406b758147a12eb900
parent8d458e4155ccd3be30aa68bc80c039392330bbec
Don't pass in tools tree to default initrd in run_clean()

There might not be a tools tree, so let's not pass it in otherwise
parse_config() will fail if it doesn't exist.
mkosi/__init__.py