mirror of
https://git.proxmox.com/git/dab
synced 2025-10-05 09:01:25 +00:00
ubuntu: exclude some more ct-useless packages
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0b43ac6864
commit
e9e4f03e0f
2
DAB.pm
2
DAB.pm
@ -654,7 +654,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);
|
push @$excl, qw(libmodule-build-perl 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