On 8/27/07, Rich Edelman <rcedelman@comcast.net> wrote:
As of kernel 2.6, initial ramdisks have been deprecated... the trend now is
toward an initial ram fs. Ramdisks meant you needed to have some kind of
filesystem (usually ext2 or cramfs) compiled into the kernel (instead of
being available as a module).

Well, if you don't have some kind of filesystem compiled into the kernel, how would you load a module from... a filesystem?