]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Allow configuring more than one profile 3057/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 21 Sep 2024 11:42:08 +0000 (13:42 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 21 Sep 2024 19:10:22 +0000 (21:10 +0200)
commit28ea786baeaf5c2874b604b3705ec5de6256dd95
tree3f9c0c133b782dcf2065b22d55698da6bade66b4
parentf18affff9d0cae1002545ed29f2c99953ffca56b
Allow configuring more than one profile

For many use cases it's useful to be able to configure more than one
profile, an example is selecting a generic desktop profile and a more
specific kde profile as well.
NEWS.md
mkosi/__init__.py
mkosi/config.py
mkosi/resources/man/mkosi.md
tests/test_config.py
tests/test_json.py