[Simple-cdd-devel] Kernel -486 instead of -686

Michaël Erni michael.erni at gmail.com
Fri Apr 8 13:40:52 UTC 2011


2011/4/1 Vagrant Cascadian <vagrant at debian.org>
>
> On Thu, Mar 24, 2011 at 10:50:00AM +0100, Michaël Erni wrote:
> > Simple-cdd download the 2.6.32-5-486 kernel.
> > Does-it possible to force it to download ONLY the 2.6.32-5-686 ?
>
> try using --kernel-packages "linux-image-2.6-686 linux-image-686"
>
> or specifying in profiles/FOO.conf:
>
>  kernel_packages="linux-image- 2.6-686 linux-image-686"
>
> and then building your image with the FOO profile:
>
>  simple-cdd --profiles FOO

Hi,
Thanks for Reply.

I've found an other solution:


You can change, into "/usr/share/simple-cdd/build-simple-cdd" at line 323

"i386) kernel_packages="$kernel_packages ${kernel_base}484"
BY
"i386) kernel_packages="$kernel_packages ${kernel_base}686"

for sur, it's not really nice but it works

Best,
Mike



More information about the Simple-cdd-devel mailing list