mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
|
||||
|
||||
# Linux containers.
|
||||
NAMESPACES? y # Required by 'unshare' used by 'nixos-install'
|
||||
RT_GROUP_SCHED? y
|
||||
CGROUP_DEVICE? y
|
||||
${if versionAtLeast version "3.6" then ''
|
||||
|
Loading…
Reference in New Issue
Block a user