[augeas-devel] [PATCH] lenses/grub.aug: Add alternate locations for UEFI grub 1 config file.

David Lutterkort lutter at watzmann.net
Thu Nov 3 00:20:05 UTC 2016


Hi Rich,

Thanks for the patch ! Committed as c765202f

David

On Wed, Nov 2, 2016 at 8:01 AM, Richard W.M. Jones <rjones at redhat.com>
wrote:

> The path looks like "/boot/efi/EFI/redhat/grub.conf", with "redhat"
> substituted for other vendors.
> ---
>  lenses/grub.aug | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/lenses/grub.aug b/lenses/grub.aug
> index c52d16c..b50a71a 100644
> --- a/lenses/grub.aug
> +++ b/lenses/grub.aug
> @@ -289,5 +289,6 @@ module Grub =
>      let filter = incl "/boot/grub/grub.conf"
>                 . incl "/boot/grub/menu.lst"
>                 . incl "/etc/grub.conf"
> +               . incl "/boot/efi/EFI/*/grub.conf"
>
>      let xfm = transform lns filter
> --
> 2.7.4
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/augeas-devel/attachments/20161102/0f3714cc/attachment.htm>


More information about the augeas-devel mailing list