Hi, I am compiling a linux-mips kernel with an embedded ramdisk as the root file system. The file system include modules which are inserted and not used later on. I've increased the ramdisk accordingly, but this is wasted memory after module insertion. How can I avoid this waste ? Can I embed a second ramdisk into the kernel image and later unmount it ? TIA