On Mon, Mar 15, 2004 at 05:45:55PM -0800, Li, Jackie (Yanhui) wrote: > Does anybody have documentation how to build boot kernel and initrd.img > using different kernel like 2.4.9-e25?
there is documentation in the systemimager manual (in the faq) on making your own boot flavor. since it sounds like 2.4.25 might work for you, and you just need a smaller binary, you should be able to just do a custom build of this flavor. try doing a build from http://dannf.org/systemimager/systemimager-boot-2.4.25-20040316.tar.gz 'make kernel' will build a kernel in src/linux-2.4.25/arch/i386/boot/bzImage that you can use to replace your kernel file. you'll need to tweak the config in patches/linux.i386.config to set all the drivers you need to Y, and ones you know you don't need to N. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
