This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-02 15:41:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c4ad0f5454
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