From 7bcfbfa23bdd387a412b1832a0d6a14e841c4251 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 9 Aug 2018 00:22:09 +0200 Subject: [PATCH] try to keep all the desktops on the BD image, which was down to 3GB already Signed-off-by: Holger Levsen --- tools/generate_debian-edu_task | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/generate_debian-edu_task b/tools/generate_debian-edu_task index 4105f3a8..ca0a20fa 100755 --- a/tools/generate_debian-edu_task +++ b/tools/generate_debian-edu_task @@ -56,9 +56,7 @@ $/ = ''; # Browse by paragraph # it's too big and pulls in all sorts of things that end users won't # want/need my @ignore_list = ('education-development', - 'education-desktop-gnome', - 'education-desktop-kde', - 'education-desktop-lxde'); + 'education-video'); while (defined($_ = )) { m/^Package: (\S+)/m and $pkg = $1;