From 13468826f2457cae45a79649e122deadb9dc9774 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 31 Mar 2014 14:28:23 -0400 Subject: [PATCH] Document CONFIG_NET_NS as a required kernel option Several units now utilize the PrivateNetwork parameter, which requires network namespace support. --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index fc13e10d6..cecbcbf0c 100644 --- a/README +++ b/README @@ -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 -- 2.30.2