[augeas-devel] grub.aug patch

Sylvain Baubeau bob at glumol.com
Wed Oct 22 11:28:07 UTC 2008


Hello,

Just a small patch that adds the "rootnoverify" and "chainloader" to the
Grub parser known keywords.

Sylvain B.

diff --git a/lenses/grub.aug b/lenses/grub.aug
index b8f5d5c..61a5e96 100644
--- a/lenses/grub.aug
+++ b/lenses/grub.aug
@@ -43,6 +43,8 @@ module Grub =
     let boot_setting = kw_boot_arg "root"
                      | kw_boot_arg "kernel"
                      | kw_boot_arg "initrd"
+                     | kw_boot_arg "rootnoverify"
+                     | kw_boot_arg "chainloader"
                      | kw_pres "quiet"  (* Seems to be a Ubuntu extension *)
                      | module_lines






More information about the augeas-devel mailing list