mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
4 lines
94 B
Plaintext
4 lines
94 B
Plaintext
|
#! @shell@
|
||
|
export MODULE_DIR=@kernel@/lib/modules
|
||
|
exec @module_init_tools@/sbin/modprobe "$@"
|