]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Hook up install_package_manager_trees()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 8 Jun 2023 16:54:58 +0000 (18:54 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 8 Jun 2023 16:54:58 +0000 (18:54 +0200)
mkosi/__init__.py

index c1e37407b76aef8b8d45b5bfe04c982759e2c100..9e48fcb6acb9df764a0ff7416f4a150e7704de0a 100644 (file)
@@ -1703,6 +1703,8 @@ def build_image(args: MkosiArgs, config: MkosiConfig, uid: int, gid: int) -> Non
     # Make sure tmpfiles' aging doesn't interfere with our workspace
     # while we are working on it.
     with flock(state.workspace), acl_toggle_build(state):
+        install_package_manager_trees(state)
+
         with mount_image(state):
             install_base_trees(state)
             install_skeleton_trees(state)