aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Harvey <chris@basementcode.com>2010-06-03 09:56:13 -0400
committerChristopher Harvey <chris@basementcode.com>2010-06-03 09:56:13 -0400
commitcb102d60e4185f373e3eada1e7a5a689a7fa3e66 (patch)
tree5a5e18c5311e0d8d56a6901c8c7da8386f6e6632
parentmerged rcupdate brach...can now show and rc-update runlevels. (diff)
downloadventoo-cb102d60e4185f373e3eada1e7a5a689a7fa3e66.tar.gz
ventoo-cb102d60e4185f373e3eada1e7a5a689a7fa3e66.tar.bz2
ventoo-cb102d60e4185f373e3eada1e7a5a689a7fa3e66.zip
Started modprobe module
-rw-r--r--modules/modprobe/main.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/modprobe/main.xml b/modules/modprobe/main.xml
new file mode 100644
index 0000000..88a325e
--- /dev/null
+++ b/modules/modprobe/main.xml
@@ -0,0 +1,10 @@
+<VentooModule>
+ <root mult="1">
+ <alias mult="*">
+ <modulename mult="1"/>
+ </alias>
+ <options mult="?">
+ <ventoo_dynamic mult="*"/>
+ </options>
+ </root>
+</VentooModule> \ No newline at end of file