kernel-config: Explicitly enable NAMESPACES

Namespace support is required by the `unshare` tool used in
`nixos-install`. It's enabled by the x86 defconfig, but not by
e.g. multi_v7_defconfig. So enable it here so that `nixos-install`
can work on ARM.
This commit is contained in:
Tuomas Tynkkynen 2015-07-01 12:36:55 +03:00
parent ec43c69b5d
commit 82d0acaf37

View File

@ -338,6 +338,7 @@ with stdenv.lib;
X86_MCE y
# Linux containers.
NAMESPACES? y # Required by 'unshare' used by 'nixos-install'
RT_GROUP_SCHED? y
CGROUP_DEVICE? y
${if versionAtLeast version "3.6" then ''