]> git.proxmox.com Git - dab.git/commitdiff
ubuntu: exclude libdrm* and libplymouth* from the base set
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Oct 2022 05:05:41 +0000 (07:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Oct 2022 05:05:41 +0000 (07:05 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
DAB.pm

diff --git a/DAB.pm b/DAB.pm
index 47b00190b6fed404b8b5a29a18f444de5e1e0bf1..668a044ce8b183f4be788164de7217740b5c8e79 100644 (file)
--- a/DAB.pm
+++ b/DAB.pm
@@ -658,7 +658,7 @@ sub new {
 
     if (lc($suiteinfo->{origin}) eq 'ubuntu' && $suiteinfo->{flags}->{systemd}) {
        push @$incl, 'isc-dhcp-client';
-       push @$excl, qw(libmodule-build-perl plymouth plymouth-theme-ubuntu-text powermgmt-base);
+       push @$excl, qw(libmodule-build-perl libdrm-common libdrm2 libplymouth5 plymouth plymouth-theme-ubuntu-text powermgmt-base);
        if ($suite eq 'jammy') {
            push @$excl, qw(fuse); # avoid fuse2 <-> fuse3 conflict
        }