This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.
Marcel Klein marcel at koeln.ccc.deEric Cathelinaud wrote:
> [...] In /boot directory, I have initdr files only for 2.6.26.2 and
> 2.6.26.1.
>
> Sorry I am quite weak concerning the kernel. Can anyone help me?
Then just use mkinitramfs-kpkg to build a new initrd for your build.
ex: $ mkinitramfs-kpkg -o /boot/initrd.img-2.6.27.4 2.6.27.4
title Debian GNU/Linux, kernel X
root (hd0,0)
kernel /vmlinuz-X
initrd /initrd.img-X
and so on...
kenny_