]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Make SplitArtifacts= take a list of values 3131/head
authorMichael Ferrari <nekkodroid404@gmail.com>
Sun, 20 Oct 2024 11:11:32 +0000 (13:11 +0200)
committerMichael Ferrari <nekkodroid404@gmail.com>
Sun, 20 Oct 2024 11:45:46 +0000 (13:45 +0200)
commited059dc5a60773b7232fa0f3a901f23cf832ce31
treecdd84595a46062238525fdd0e4763e0a2a6b5c4a
parent7be94543a6145fdd28e148d9810701b50c2be0d7
Make SplitArtifacts= take a list of values

This allows more precision on which artifacts are actually split out of
the image and placed into the output directory. Defaults to splitting
the UKI, vmlinuz and the initrd out.
mkosi/__init__.py
mkosi/config.py
mkosi/resources/man/mkosi.1.md
mkosi/sysupdate.py
tests/test_config.py
tests/test_json.py