[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] mkinitrd in SuSE



Can someone tell me the proper way to run mkinitrd in SuSE 91.  I've
done it many times for RH nad FC but this one is different.  There is no
preload option so I do not know how to add my modules.  I compiled a new
kernel called /boot/kernel-2.6.10 and I have modules installed for it. 
Now all that is left is to create an initrd image that loads the
resiserfs module

maybe this would work:

mkinitrd -k "/boot/kernel-2.6.10" -i "/boot/initrd-2.6.10" ?