Re: Booting from a non block device

David Woodhouse (dwmw2@infradead.org)
Tue, 02 Jan 2001 15:51:18 +0000


shane@agendacomputing.com said:
> The main.c file is hardwired to boot from a block device, and as such
> I can't think of a good way to get around it and put in a filesystem
> instead. Should I just cheat and put in a fake block device?

That's what NFSroot does. I suppose you could also argue that's what JFFS
does too, because it doesn't actually _use_ the mtdblock device for
anything but getting a handle on the underlying MTD device.

--
dwmw2

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/