]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Make sure the default initrd cache is properly cleaned up by mkosi clean 2470/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 7 Mar 2024 13:10:25 +0000 (14:10 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 7 Mar 2024 13:12:14 +0000 (14:12 +0100)
commit1247079f4e5fef5459f5f25a318c15fba2fa64fb
treeb9a8df77f7b59871eae9364e21fb1571bf4593b8
parentb15984e676358c125e98b3ef03ec1499847bac6f
Make sure the default initrd cache is properly cleaned up by mkosi clean

Instead of doing the cleanup in build_default_initrd(), let's split off
finalize_default_initrd() so that we can clean up the cache in run_clean()
instead.
mkosi/__init__.py