This website requires JavaScript.
Explore
Help
Sign In
philipp
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Activity
a9281eae63
nixpkgs
/
system
/
modprobe
4 lines
99 B
Plaintext
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