about summary refs log tree commit diff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-22 10:44:55 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-04-22 10:44:55 +0300
commit0f8a49bb4511b29985d426d3e1b0e83c9d3eb763 (patch)
tree620a5a3799af588f1f6aadf88217c0fc7eb1753d /pkgs/top-level/release-small.nix
parentd0c127487fd607c9c66cb0a1a4d1eb9782632ae1 (diff)
module_init_tools: Remove
It is deprecated doesn't handle compressed modules, unlike its modern
counterpart kmod.

Add a compatibility alias to kmod for now in case someone is depending
on this in their scripts.
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index bd2223b4b04b2..0ccb160e4f682 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -105,7 +105,6 @@ with import ./release-lib.nix { inherit supportedSystems; };
   mingetty = linux;
   mk = linux;
   mktemp = all;
-  module_init_tools = linux;
   mono = linux;
   monotone = linux;
   mpg321 = linux;