1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-27 03:21:32 +03:00

README: add kernel options

This commit is contained in:
Kay Sievers 2009-06-11 17:58:14 +02:00
parent ff5d99e0b0
commit 262d5cca89

11
README
View File

@ -10,7 +10,16 @@ Important Note:
Requirements:
- Version 2.6.25 of the Linux kernel with sysfs, procfs, signalfd, inotify,
unix domain sockets, networking and hotplug enabled.
unix domain sockets, networking and hotplug enabled:
CONFIG_HOTPLUG=y
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_NET=y
CONFIG_UNIX=y
CONFIG_SYSFS=y
CONFIG_SYSFS_DEPRECATED*=n
CONFIG_PROC_FS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
- For reliable operation, the kernel must not use the CONFIG_SYSFS_DEPRECATED*
option.