From: Thomas Lamprecht Date: Thu, 14 Oct 2021 08:43:08 +0000 (+0200) Subject: bootstrap: do not pull in xbase-clients by default X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=991067e4bdc847b12954be6d30a72a90be3a0996;p=dab.git 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 --- diff --git a/DAB.pm b/DAB.pm index f0c9cdd..2cdd2c3 100644 --- a/DAB.pm +++ b/DAB.pm @@ -1406,7 +1406,6 @@ sub bootstrap { $important = $self->closure($closure, $important); if (!$opts->{minimal}) { - push @$standard, 'xbase-clients'; $standard = $self->closure($closure, $standard); }