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:
parent
99349235dc
commit
7bcfbfa23b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue