[systemd-commits] README

Kay Sievers kay at kemper.freedesktop.org
Wed Mar 6 11:02:35 PST 2013


 README |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

New commits:
commit f28cbd0382ca53baa99803bbc907a469fbf68128
Author: Kay Sievers <kay at vrfy.org>
Date:   Wed Mar 6 20:01:45 2013 +0100

    README: more CONFIG_* updates

diff --git a/README b/README
index 865625a..5649a51 100644
--- a/README
+++ b/README
@@ -31,7 +31,7 @@ AUTHOR:
 LICENSE:
         LGPLv2.1+ for all code
         - except sd-daemon.[ch] and sd-readahead.[ch] which are MIT
-        - except src/udev/ which is GPLv2.0+
+        - except src/udev/ which is (currently still) GPLv2+
 
 REQUIREMENTS:
         Linux kernel >= 2.6.39
@@ -45,7 +45,7 @@ REQUIREMENTS:
           CONFIG_SYSFS
 
         Udev will fail to work with the legacy layout:
-          CONFIG_SYSFS_DEPRECATED*=n
+          CONFIG_SYSFS_DEPRECATED=n
 
         Legacy hotplug slows down the system and confuses udev:
           CONFIG_UEVENT_HELPER_PATH=""
@@ -65,6 +65,7 @@ REQUIREMENTS:
           CONFIG_AUTOFS4_FS
           CONFIG_TMPFS_POSIX_ACL
           CONFIG_TMPFS_XATTR
+          CONFIG_SECCOMP
 
         For systemd-bootchart a kernel with procfs support and several
         proc output options enabled is required:
@@ -72,6 +73,10 @@ REQUIREMENTS:
           CONFIG_SCHEDSTATS
           CONFIG_SCHED_DEBUG
 
+        For UEFI systems:
+          CONFIG_EFI_VARS
+          CONFIG_EFI_PARTITION
+
         dbus >= 1.4.0
         libcap
         libblkid >= 2.20 (from util-linux) (optional)



More information about the systemd-commits mailing list