[systemd-commits] 2 commits - README

Kay Sievers kay at kemper.freedesktop.org
Sat Mar 22 10:29:05 PDT 2014


 README |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 23aedd029452b65c11b6eb838e44f60be1c66814
Author: Kay Sievers <kay at vrfy.org>
Date:   Sat Mar 22 18:27:35 2014 +0100

    README: update

diff --git a/README b/README
index b0bf5e8..7fd5c0e 100644
--- a/README
+++ b/README
@@ -38,6 +38,10 @@ LICENSE:
 
 REQUIREMENTS:
         Linux kernel >= 3.0
+        Linux kernel >= 3.3 for loop device partition support features with nspawn
+        Linux kernel >= 3.8 for Smack support
+
+        Kernel Config Options:
           CONFIG_DEVTMPFS
           CONFIG_CGROUPS (it's OK to disable all controllers)
           CONFIG_INOTIFY_USER
@@ -49,8 +53,6 @@ REQUIREMENTS:
           CONFIG_PROC_FS
           CONFIG_FHANDLE (libudev, mount and bind mount handling)
 
-        Linux kernel >= 3.8 for Smack support
-
         Udev will fail to work with the legacy layout:
           CONFIG_SYSFS_DEPRECATED=n
 
@@ -116,8 +118,6 @@ REQUIREMENTS:
         libpython (optional)
         make, gcc, and similar tools
 
-        To sucessfully use --compat-libs, gcc >= 4.8 seems necessary.
-
         During runtime, you need the following additional
         dependencies:
 

commit f33016ff8b56c45dc85485ecf4d59f435c42ca40
Author: Thomas Bächler <thomas at archlinux.org>
Date:   Sat Mar 22 01:41:12 2014 +0100

    README: Correct EFI requirements
    
    systemd does not need or use CONFIG_EFI_VARS anywhere, this should
    be CONFIG_EFIVAR_FS instead.

diff --git a/README b/README
index ace13cf..b0bf5e8 100644
--- a/README
+++ b/README
@@ -80,7 +80,7 @@ REQUIREMENTS:
           CONFIG_SCHED_DEBUG
 
         For UEFI systems:
-          CONFIG_EFI_VARS
+          CONFIG_EFIVAR_FS
           CONFIG_EFI_PARTITION
 
         Note that kernel auditing is broken when used with systemd's



More information about the systemd-commits mailing list