It should be expanded to [ \n\t].

Signed-off-by: Michael Chapman <[email protected]>
---
 lenses/fai_diskconfig.aug |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lenses/fai_diskconfig.aug b/lenses/fai_diskconfig.aug
index d29a3f6..2c29a0d 100644
--- a/lenses/fai_diskconfig.aug
+++ b/lenses/fai_diskconfig.aug
@@ -219,7 +219,7 @@ let disk_config_entry (kw:regexp) (opt:lens) (vol:lens) =
 (* Variable: lvmoption *)
 let lvmoption =
      (* preserve partitions -- always *)
-      generic_opt "preserve_always" /[^\/, \t\n-]+-[^\/, 
\t\n-]+(,[^\/,\s\-]+-[^\/, \t\n-]+)*/
+      generic_opt "preserve_always" /[^\/, \t\n-]+-[^\/, \t\n-]+(,[^\/, 
\t\n-]+-[^\/, \t\n-]+)*/
      (* preserve partitions -- unless the system is installed
       * for the first time *)
    | generic_opt "preserve_reinstall" /[^\/, \t\n-]+-[^\/, \t\n-]+(,[^\/, 
\t\n-]+-[^\/, \t\n-]+)*/
-- 
1.7.6.4

_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to