You can choose to load those extra kernel modules at the early stage of the boot process right after initrd filesystem is mounted. This is typically used to get access to a storage device where the remaining LEAF packages are stored. Once you know which modules you need, download them from the LEAF Bering modules directory to a standard (1,44M formatted) floppy disk. Boot the LEAF "Bering" floppy. Once you see the LEAF menu, remove the LEAF floppy and replace it with the modules floppy. Then issue the following commands:
mount -t msdos /dev/fd0 /mnt cd /mnt cp needed1.o needed2.o ... /boot/lib/modules cd / umount /mnt lrcfg
Through the LEAF Packages configuration menu select "initrd"
and declare those modules you need to load in /boot/etc/modules
.
Remember to save and backup initrd.lrp !