diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-03-31 14:28:23 -0400 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-04-09 11:21:16 +0200 |
commit | 13468826f2457cae45a79649e122deadb9dc9774 (patch) | |
tree | 70a5278c8a579111b9899d19d9a8ace49b0ee9e4 | |
parent | 7ff8f4b53c158833b87899090552b18c922596de (diff) |
Document CONFIG_NET_NS as a required kernel option
Several units now utilize the PrivateNetwork parameter, which requires
network namespace support.
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -70,6 +70,9 @@ REQUIREMENTS: create additional symlinks in /dev/disk/ and /dev/tape: CONFIG_BLK_DEV_BSG + Required for PrivateNetwork in service units: + CONFIG_NET_NS + Optional but strongly recommended: CONFIG_IPV6 CONFIG_AUTOFS4_FS |