]> git.ipfire.org Git - thirdparty/systemd.git/commit
mkosi: Use mkosi.tools.conf for tools tree configuration
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 1 Apr 2025 11:25:47 +0000 (13:25 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 2 Apr 2025 08:34:01 +0000 (10:34 +0200)
commit9ead378ba079d237f33ae25231e5fc92bce2b660
treec0f907a3df5b73a2bfaa1435e21cc77a1ed9a792
parent1852c92592ca665b4d081e03355c0ffe7f4e7ada
mkosi: Use mkosi.tools.conf for tools tree configuration

This allows us to use the regular settings instead of having to bother
with ToolsTreeXXX variants. It'll also allow us to share configuration
between the regular images and the tools tree image, which we'll make
use of in the next commit.
14 files changed:
mkosi.conf.d/tools/mkosi.conf.d/centos-fedora.conf [deleted file]
mkosi.conf.d/tools/mkosi.conf.d/debian-ubuntu.conf [deleted file]
mkosi.conf.d/ubuntu/mkosi.conf.d/non-x86.conf
mkosi.conf.d/ubuntu/mkosi.conf.d/x86.conf
mkosi.tools.conf/mkosi.conf [moved from mkosi.conf.d/tools/mkosi.conf with 70% similarity]
mkosi.tools.conf/mkosi.conf.d/arch.conf [moved from mkosi.conf.d/tools/mkosi.conf.d/arch.conf with 53% similarity]
mkosi.tools.conf/mkosi.conf.d/centos-fedora.conf [new file with mode: 0644]
mkosi.tools.conf/mkosi.conf.d/debian-ubuntu.conf [new file with mode: 0644]
mkosi.tools.conf/mkosi.conf.d/fedora.conf [moved from mkosi.conf.d/tools/mkosi.conf.d/fedora.conf with 66% similarity]
mkosi.tools.conf/mkosi.conf.d/opensuse.conf [moved from mkosi.conf.d/tools/mkosi.conf.d/opensuse.conf with 51% similarity]
mkosi.tools.conf/mkosi.conf.d/ubuntu/mkosi.conf [moved from mkosi.conf.d/tools/mkosi.conf.d/ubuntu/mkosi.conf with 65% similarity]
mkosi.tools.conf/mkosi.conf.d/ubuntu/mkosi.conf.d/non-x86.conf [moved from mkosi.conf.d/tools/mkosi.conf.d/ubuntu/mkosi.conf.d/non-x86.conf with 51% similarity]
mkosi.tools.conf/mkosi.conf.d/ubuntu/mkosi.conf.d/x86.conf [moved from mkosi.conf.d/tools/mkosi.conf.d/ubuntu/mkosi.conf.d/x86.conf with 53% similarity]
test/integration-tests/README.md