try to keep all the desktops on the BD image, which was down to 3GB already

Signed-off-by: Holger Levsen <holger@layer-acht.org>
This commit is contained in:
Holger Levsen 2018-08-09 00:22:09 +02:00
parent 99349235dc
commit 7bcfbfa23b
1 changed files with 1 additions and 3 deletions

View File

@ -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($_ = <INPKG>)) {
m/^Package: (\S+)/m and $pkg = $1;