21 Jul
2010
21 Jul
'10
06:02
Hi,
Currently, the kernel is specified at multiple places under package_config:
$ grep -c linux-image * GRMLBASE:0 GRML_FULL:2 GRML_MEDIUM:2 GRML_POWERPC:0 GRML_SMALL:2 LATEX:0 XORG:0
This, IMHO, creates unnecessary complication for maintenance.
I think it is better to centralize kernel specification in one file, say, GRMLBASE, or KERNEL (or whatever).
BTW, The following tested fine.
$ cat KERNEL PACKAGES aptitude I386 linux-image-2.6.33-grml
PACKAGES aptitude AMD64 linux-image-2.6.33-grml64
CLASSES='GRMLBASE,KERNEL,...'