mirror of
https://git.proxmox.com/git/dab
synced 2025-10-04 12:28:56 +00:00
ubuntu: exclude libdrm* and libplymouth* from the base set
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2670aba1f0
commit
21b99e2c7d
2
DAB.pm
2
DAB.pm
@ -658,7 +658,7 @@ sub new {
|
|||||||
|
|
||||||
if (lc($suiteinfo->{origin}) eq 'ubuntu' && $suiteinfo->{flags}->{systemd}) {
|
if (lc($suiteinfo->{origin}) eq 'ubuntu' && $suiteinfo->{flags}->{systemd}) {
|
||||||
push @$incl, 'isc-dhcp-client';
|
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') {
|
if ($suite eq 'jammy') {
|
||||||
push @$excl, qw(fuse); # avoid fuse2 <-> fuse3 conflict
|
push @$excl, qw(fuse); # avoid fuse2 <-> fuse3 conflict
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user