luxInteg wrote: > Greetings > > Without using initramfs/initrd etc is there a way to have all kernel-based > > filesytems eg ext2 only as kernel modules? And if so, how so ( ie what > does > one do to make such a setup work reliably )?
I don't think so. The root filesystem drivers must be built into the kernel, otherwise there would be no way to read/load the modules. Of course if the root fs is mounted via initrd, they can be read, but then the drivers are built into the initrd code. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
