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:
parent
ec43c69b5d
commit
82d0acaf37
@ -338,6 +338,7 @@ with stdenv.lib;
|
|||||||
X86_MCE y
|
X86_MCE y
|
||||||
|
|
||||||
# Linux containers.
|
# Linux containers.
|
||||||
|
NAMESPACES? y # Required by 'unshare' used by 'nixos-install'
|
||||||
RT_GROUP_SCHED? y
|
RT_GROUP_SCHED? y
|
||||||
CGROUP_DEVICE? y
|
CGROUP_DEVICE? y
|
||||||
${if versionAtLeast version "3.6" then ''
|
${if versionAtLeast version "3.6" then ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user