[PATCH] make 2.5.49 mount root again for devfs users

From: Helge Hafting (helgehaf@aitel.hist.no)
Date: Mon Nov 25 2002 - 07:46:14 EST


init/do_mounts.c changed in 2.5.48, and booting with devfs
(and without initial ramdisk) has been impossible since then.
I experimented with do_mounts undoing the early devfs mount.
Devfs is mounted later anyway.

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/



This archive was generated by hypermail 2b29 : Sat Nov 30 2002 - 22:00:10 EST