]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Do not try to install packages that are listed in RemovePackages= 3797/head
authorDaanDeMeyer <daan.j.demeyer@gmail.com>
Sat, 5 Jul 2025 14:09:38 +0000 (16:09 +0200)
committerDaanDeMeyer <daan.j.demeyer@gmail.com>
Sat, 5 Jul 2025 20:30:44 +0000 (22:30 +0200)
commitb3d6e69d8e01e0fcaf8409935ebe8ebf95d546c3
tree08dc303aa96c23a81272fa539a6c073b4dec8973
parent7e7e75a3853353df69e902ae3b0eb2f4e817635c
Do not try to install packages that are listed in RemovePackages=

This allows using RemovePackages= in mkosi.local.conf to prevent
certain packages listed in the regular configuration from being
installed in the first place.

We also add RemovePackages= to the cache manifest because it now
affects the cached images.
mkosi/__init__.py
mkosi/config.py