24 lines
674 B
Diff
24 lines
674 B
Diff
|
augeas: support allow_unsupported_modules command in modprobe.d conf files
|
||
|
|
||
|
From: Patrick Mullaney <pmullaney@novell.com>
|
||
|
|
||
|
Signed-off-by: Patrick Mullaney <pmullaney@novell.com>
|
||
|
---
|
||
|
|
||
|
lenses/modprobe.aug | 1 +
|
||
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
||
|
|
||
|
|
||
|
diff --git a/lenses/modprobe.aug b/lenses/modprobe.aug
|
||
|
index bdecafb..0f5ae47 100644
|
||
|
--- a/lenses/modprobe.aug
|
||
|
+++ b/lenses/modprobe.aug
|
||
|
@@ -44,6 +44,7 @@ let entry = alias
|
||
|
| options
|
||
|
| cmd_token_to_eol /install|remove/
|
||
|
| [ cmd "blacklist" . token . eol ]
|
||
|
+ | [ cmd "allow_unsupported_modules" . token . eol ]
|
||
|
| [ cmd "config" . store /binary_indexes|yes|no/ ]
|
||
|
|
||
|
let lns = (comment|empty|entry)*
|