On 24 April 2012 18:10, <[email protected]> wrote: > Revision 4237 Author tmb Date 2012-04-24 18:10:32 +0200 (Tue, 24 Apr 2012) > > Log Message > > block denemo as it pulls in lilypond and texlive
Err I think you & blino go the wrong way.
Wouldn't it be simpler to specify what you don't want instead?
(kdepim, texlive, lilypond)
Eg either:
- drop a skip.list in installer chroot.
- just add support for a ala skip.list field
It would be just a matter to pass "cmdline_skiplist => 'texlive, in
configure_media()
in perl-install/install/media.pm
eg sg like (untested) attached patch and then pass the following:
"skip=texlive,lilypond,kde-handbooks,kdepim,foobar,..."
> Modified: images-config/draklive/trunk/config/auto_inst.cfg.pl
> ===================================================================
> --- images-config/draklive/trunk/config/auto_inst.cfg.pl 2012-04-24
> 16:04:53
> UTC (rev 4236)
> +++ images-config/draklive/trunk/config/auto_inst.cfg.pl 2012-04-24
> 16:10:32
> UTC (rev 4237)
> @@ -64,6 +64,8 @@
> 'aspell',
> 'aspell-en',
>
> + 'denemo', # pulls in lilypond and texlive
> +
> if_($ENV{DRAKLIVE_PRODUCT} !~ /guadec/i, 'gcc'),
> "/^mageia-release(?!-common|-$distro_release)-/",
> if_($ENV{DRAKLIVE_ARCH} eq 'x86_64',
try.diff
Description: Binary data
