diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-09-06 15:58:20 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-09-06 15:58:20 +0200 |
commit | a0c3e16b7bce78c7ce42e18050106f61cfe7a94a (patch) | |
tree | 76dd91ef6670938346d886591323f5d0238bbefb /README | |
parent | b47c788854600ca691382d222ffeac335f619da9 (diff) |
README: bump minimal required kernel version
We generally try to support 2y old kernels, which allows us bump the
minimal required version to 3.11 now.
Also, clarify that support for the unified cgroup hierarchy requires 4.2
or newer.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ LICENSE: - except src/udev/* which is (currently still) GPLv2, GPLv2+ REQUIREMENTS: - Linux kernel >= 3.7 - Linux kernel >= 3.8 for Smack support + Linux kernel >= 3.11 + Linux kernel >= 4.2 for unified cgroup hierarchy support Kernel Config Options: CONFIG_DEVTMPFS |