[augeas-devel] grub lens doesn't match /boot/grub/grub.conf

Nathan Huff Nathan.Huff at ndsu.edu
Fri Dec 30 19:46:49 UTC 2011


Since that is the actual file that RedHat uses I think it should.  I
believe the one line change below would fix it.

diff -ur augeas-0.10.0.orig/lenses/grub.aug augeas-0.10.0/lenses/grub.aug
--- augeas-0.10.0.orig/lenses/grub.aug	2011-11-28 17:51:05.000000000 -0600
+++ augeas-0.10.0/lenses/grub.aug	2011-12-30 13:27:13.651145502 -0600
@@ -276,5 +276,6 @@
      (* View: filter *)
      let filter = incl "/boot/grub/menu.lst"
                 . incl "/etc/grub.conf"
+               . incl "/boot/grub/grub.conf"

-- 
Nathan Huff                               Nathan.Huff at ndsu.edu
Enterprise Computing and Infrastructure   (701) 231-6145
Room 242 J2, IACC Building
North Dakota State University, Fargo, ND 58105-5164




More information about the augeas-devel mailing list