|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Properly start udev daemon on x86_64 xenlinux by add
On FC3/FC4, currently udev can NOT be started when x86_64 dom0 booting,
enabling hotplug compile option in x86_64 dom0 can make udev daemon
start properly.
Actually, hotplug compile option is enabled on i386 dom0 by default.
-Xin
diff -r c9f0c3619b96
linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_64
--- a/linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_64
Tue Jul 12 23:37:57 2005
+++ b/linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_64
Wed Jul 13 13:37:01 2005
@@ -45,7 +45,7 @@
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
# CONFIG_AUDIT is not set
-# CONFIG_HOTPLUG is not set
+CONFIG_HOTPLUG=y
CONFIG_KOBJECT_UEVENT=y
# CONFIG_IKCONFIG is not set
# CONFIG_EMBEDDED is not set
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] Properly start udev daemon on x86_64 xenlinux by adding CONFIG_HOTPLUG=y,
Li, Xin B <=
|
|
|
|
|