Feel free to test, but be warned that I am not an expert
on this part of the kernel. This made 2.5.49 work for
me though. I hope someone can comment on this.
If it isn't "the right way" please tell what is.
Helge Hafting
--- do_mounts.c.original 2002-11-25 12:41:48.000000000 +0100
+++ do_mounts.c 2002-11-25 13:34:58.000000000 +0100
@@ -846,10 +846,7 @@
{
int is_floppy;
-#ifdef CONFIG_DEVFS_FS
- sys_mount("devfs", "/dev", "devfs", 0, NULL);
- do_devfs = 1;
-#endif
+
md_run_setup();
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/