mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
119df37858
important for /proc/sys/kernel/modprobe, i.e., modprobing by the kernel. svn path=/nixos/trunk/; revision=8164
4 lines
94 B
Plaintext
4 lines
94 B
Plaintext
#! @shell@
|
|
export MODULE_DIR=@kernel@/lib/modules
|
|
exec @module_init_tools@/sbin/modprobe "$@"
|