This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
d2b0268646
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 01:16:24 +00: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-12 23:37:17 +00: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 01:16:24 +00:00
exec @module_init_tools@/sbin/modprobe "$@"
Reference in New Issue
Copy Permalink