about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-28 20:46:34 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-04-28 20:46:34 +0300
commit72764178704119d451f3aee5f9d9b861d8e2ebb1 (patch)
tree62ad857b71f003711e74d66c98140941a110bb15
parent9586def07ee15c4ea48a64d932882e6a679c3e64 (diff)
kernel config: Enable BINFMT_MISC
This is enabled in x86 builds but lacking on ARM.
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 6ba1234673ba1..485cdd76f6acc 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -496,6 +496,9 @@ with stdenv.lib;
     BINFMT_SCRIPT y
   ''}
 
+  # For systemd-binfmt
+  BINFMT_MISC? y
+
   # Enable the 9P cache to speed up NixOS VM tests.
   9P_FSCACHE? y
   9P_FS_POSIX_ACL? y