Daniel wrote: > I would like to get rid of the ramdisk that the Woody kernel is loading > at startup. > Other than that I like the kernel and don't need to recompile > is there a way without recompiling?
No. The initrd kernel does not have any filesystem support built in. So your kernel won't be able to find anything on the hard disk without loading the ext2 module (or whatever format your root filesystem uses) from the ramdisk. -- Bob Miller K<bob> kbobsoft software consulting http://kbobsoft.com [EMAIL PROTECTED]
