diff options
-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 |