bootstrap: do not pull in xbase-clients by default

It depends on x11-apps, x11-session-utils, x11-utils, x11-xkb-utils,
x11-xserver-utils, xauth, xinit which in turn depend on mesa/glx/drm
libraries, all in all accumulating to ~200 MiB of disk space for
stuff that most container applicaitons nowadays won't have any use.

Note that the original reasoning was probably `xauth` for X11 display
redirection, but for that there's a package with the same name that
has a much smaller disk usage footprint overall.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-10-14 10:43:08 +02:00
parent cfe649e720
commit 991067e4bd

1
DAB.pm
View File

@ -1406,7 +1406,6 @@ sub bootstrap {
$important = $self->closure($closure, $important);
if (!$opts->{minimal}) {
push @$standard, 'xbase-clients';
$standard = $self->closure($closure, $standard);
}