2010-10-14 00:47:04 +02:00
|
|
|
diff --git a/lenses/modprobe.aug b/lenses/modprobe.aug
|
2012-02-29 11:32:49 +01:00
|
|
|
index f4bb27b..6b02b9c 100644
|
2010-10-14 00:47:04 +02:00
|
|
|
--- a/lenses/modprobe.aug
|
|
|
|
+++ b/lenses/modprobe.aug
|
2012-02-29 11:32:49 +01:00
|
|
|
@@ -70,6 +70,11 @@ let blacklist = Build.key_value_line_comment "blacklist" sep_space
|
|
|
|
sto_no_spaces
|
|
|
|
comment
|
2010-10-14 00:47:04 +02:00
|
|
|
|
2012-02-29 11:32:49 +01:00
|
|
|
+(* View: allow_unsupported_modules *)
|
|
|
|
+let allow_unsupported_modules = Build.key_value_line_comment "allow_unsupported_modules" sep_space
|
|
|
|
+ sto_no_spaces
|
|
|
|
+ comment
|
|
|
|
+
|
|
|
|
(* View: config *)
|
|
|
|
let config = Build.key_value_line_comment "config" sep_space
|
|
|
|
(store /binary_indexes|yes|no/)
|
|
|
|
@@ -80,6 +85,7 @@ let entry = alias
|
|
|
|
| options
|
|
|
|
| kv_line_command /install|remove/
|
|
|
|
| blacklist
|
|
|
|
+ | allow_unsupported_modules
|
|
|
|
| config
|
|
|
|
|
|
|
|
(************************************************************************
|