Hi.

Am Freitag, den 04.05.2007, 18:05 -0500 schrieb Manoj Srivastava:
> 
>         The problem, from what I can tell, is that the kernel package
>  does not think it was created with --initrd.  This is a non-initrd
>  image, for instance:

[...]

>         Try yourself with:
> head -n 50 /var/lib/dpkg/info/linux-image-2.6.21.1_pm.1.postinst | grep 
> initrd 
> 
>         And see if it was indeed compiled without initrd support.

Your guess was correct, it was compiled without initrd support. Here you
go.

$ head -n 50 /var/lib/dpkg/info/linux-image-2.6.21.1.postinst  | grep
initrd
my $initrd            = "";        # initrd kernel
my $mkimage           = "";   # command to generate the initrd image
my $do_initrd         = '';     # Normally we do not
my $warn_initrd       = 'YES';  # Normally we do


Thanks

Paul

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to