]> git.proxmox.com Git - dab.git/commitdiff
bootstrap: do not pull in xbase-clients by default
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Oct 2021 08:43:08 +0000 (10:43 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Oct 2021 08:46:02 +0000 (10:46 +0200)
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>
DAB.pm

diff --git a/DAB.pm b/DAB.pm
index f0c9cdd630f2e989589ef3f38c604e148fb0ec72..2cdd2c31ce22781f001df06f7c078d94550cb857 100644 (file)
--- 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);
     }