diff options
author | Christopher Harvey <chris@basementcode.com> | 2010-06-03 09:56:13 -0400 |
---|---|---|
committer | Christopher Harvey <chris@basementcode.com> | 2010-06-03 09:56:13 -0400 |
commit | cb102d60e4185f373e3eada1e7a5a689a7fa3e66 (patch) | |
tree | 5a5e18c5311e0d8d56a6901c8c7da8386f6e6632 | |
parent | merged rcupdate brach...can now show and rc-update runlevels. (diff) | |
download | ventoo-cb102d60e4185f373e3eada1e7a5a689a7fa3e66.tar.gz ventoo-cb102d60e4185f373e3eada1e7a5a689a7fa3e66.tar.bz2 ventoo-cb102d60e4185f373e3eada1e7a5a689a7fa3e66.zip |
Started modprobe module
-rw-r--r-- | modules/modprobe/main.xml | 10 |
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 |