Jean Meloche <[EMAIL PROTECTED]> writes:
> Hi... I notice that the recent kernel packages for cooker
> do not include new initrd images. They still link to the
> old kernel's initrd images. Is that an omission? Are we
> supposed to do the mkinitrd ourselves?
Last kernel call the installkernel who does :
sub generate_initrd {
my $k = shift;
system("/sbin/mkinitrd --ifneeded /boot/initrd-$k.img $k 2>/dev/null >/dev/null");
if (-f "/boot/initrd-$k.img") {
my_symlinkf ("/boot/initrd-$k.img", '/boot/initrd');
return 1
}
return 0;
}
--
MandrakeSoft Inc http://www.chmouel.org
Paris, France --Chmouel