This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
MirrorHub
/
nixpkgs
Watch
0
Star
0
Fork
You've already forked nixpkgs
0
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-17 07:13:23 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
e28250470f
nixpkgs
/
system
/
modprobe
4 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
* Generate a wrapper around modprobe that sets MODULE_DIR. This is important for /proc/sys/kernel/modprobe, i.e., modprobing by the kernel. svn path=/nixos/trunk/; revision=8164
2007-03-04 02:16:24 +01:00
#! @shell@
* Use the aggregator to combine the kernel modules tree with externally-built modules so that (e.g.) "modprobe nvidia" Just Works. svn path=/nixos/trunk/; revision=10129
2008-01-13 00:37:17 +01:00
export MODULE_DIR=@modulesTree@/lib/modules
* Generate a wrapper around modprobe that sets MODULE_DIR. This is important for /proc/sys/kernel/modprobe, i.e., modprobing by the kernel. svn path=/nixos/trunk/; revision=8164
2007-03-04 02:16:24 +01:00
exec @module_init_tools@/sbin/modprobe "$@"
Reference in a new issue
Copy permalink