[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120723115414.724e0046@kryten>
Date: Mon, 23 Jul 2012 11:54:14 +1000
From: Anton Blanchard <anton@...ba.org>
To: gregkh@...uxfoundation.org, kay@...y.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] Enable devtmpfs by default
udev now requires CONFIG_DEVTMPFS so make it default to y.
I noticed this when booting a ppc64 pseries_defconfig on Fedora 17
and it paniced because it couldn't mount the root device.
Signed-off-by: Anton Blanchard <anton@...ba.org>
---
Index: b/drivers/base/Kconfig
===================================================================
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -24,6 +24,7 @@ config UEVENT_HELPER_PATH
config DEVTMPFS
bool "Maintain a devtmpfs filesystem to mount at /dev"
depends on HOTPLUG
+ default y
help
This creates a tmpfs/ramfs filesystem instance early at bootup.
In this filesystem, the kernel driver core maintains device
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists