]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Make sure we cache state from package managers as well 2212/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 22 Dec 2023 14:39:44 +0000 (15:39 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 22 Dec 2023 14:54:28 +0000 (15:54 +0100)
commitbcec589853a4e20c7a88e0d54454b73f0f098f9d
tree72d946277601ddcb65d891de63e3759f276dae62
parentd6fe5a0b7f0293c351545e3b440ab23bdfd4878c
Make sure we cache state from package managers as well

To do this we start using cache/ and lib/ directories underneath
the cache directory.

We also fix our cleanup logic to only remove the relevant directories
in case the cache directory is configured to be /var or similar.
kernel-install/50-mkosi.install
mkosi/__init__.py
mkosi/installer/apt.py
mkosi/installer/dnf.py
mkosi/installer/pacman.py
mkosi/installer/zypper.py