gnu: %default-extra-linux-options: Ensure namespaces are enabled in all
authorVagrant Cascadian <vagrant@debian.org>
Sun, 29 Sep 2019 17:11:50 +0000 (10:11 -0700)
committerVagrant Cascadian <vagrant@debian.org>
Sun, 29 Sep 2019 22:10:32 +0000 (15:10 -0700)
commit18b3ba6ff2f096193161742a06e4c1ae12600d0c
tree431344f1ad8b995b0383b4a12ed36d968c259f75
parent2d74d42a65f14e2f4433e9784422841ed308e92d
gnu: %default-extra-linux-options: Ensure namespaces are enabled in all
linux-libre kernels.

The linux-libre kernels using defconfig may not have namespaces enabled, which
is needed for the default guix-daemon configuration in Guix System.

* gnu/packages/linux (%default-extra-linux-options): Enable CONFIG_NAMESPACES,
  CONFIG_UTS_NS, CONFIG_IPC_NS, CONFIG_USER_NS, CONFIG_PID_NS, and
  CONFIG_NET_NS.
gnu/packages/linux.scm