search for: networkdriv

Displaying 1 result from an estimated 1 matches for "networkdriv".

Did you mean: networkdrive
2005 Jan 27
2
content of initramfs CPIO archive
...ing a tiny linux kernel 2.6.10 to be used together with linuxbios. The boot phase will go as follows: linuxbios->tiny linux kernel->initramfs The initramfs shall use dhcp to get it's address and then tftp a full featured kernel. This kernel must be started through kexec. I use a tweaked networkdriver in the kernel and cannot use a normal PXE boot. Which files should I include in the initramfs CPIO archive? klibc.so ifconfig mount kinit ... How does the shared versions of ifconfig find klibc.so? Has anyone portet a tftp client to klibc? -or shall I port the one from busybox? Regards, --...