From 8c0a1c7b7dd1cba389594dd98e7fb408649dcc77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Wed, 15 Dec 2021 21:19:15 +0100 Subject: [PATCH] Ensure pipewire-pulse is in the installer In a real situation, the package is installed by a chain of recommends pipewire-bin -> wireplumber -> pipewire-pulse and that chain is broken either by debian-cd's dependency handling or by simple-cdd's logic to build its local mirror. But this mention should ensure its presence in the generated ISO. --- simple-cdd/profiles/offline.downloads | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simple-cdd/profiles/offline.downloads b/simple-cdd/profiles/offline.downloads index 935d2b2..23b8fc2 100644 --- a/simple-cdd/profiles/offline.downloads +++ b/simple-cdd/profiles/offline.downloads @@ -11,3 +11,6 @@ xserver-xorg-video-vmware # Ensure unrar is available, otherwise the "unrar | unar" dependency # in kali-linux-headless ends up satisfied by the unar alternative unrar +# Ensure pipewire-pulse is available so that when wireplumber gets +# installed it can pull it as a recommends +pipewire-pulse