grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 10/10] util/grub.d: Activate bli module on EFI


From: Daniel Kiper
Subject: Re: [PATCH v3 10/10] util/grub.d: Activate bli module on EFI
Date: Wed, 8 Mar 2023 16:18:53 +0100
User-agent: NeoMutt/20170113 (1.7.2)

On Thu, Mar 02, 2023 at 07:20:45PM +0100, Oliver Steffen wrote:
> Add a new configuration drop-in file that loads the
> boot-loader-interface (bli) module and runs the command in case we are
> booting on the EFI platform.
>
> Signed-off-by: Oliver Steffen <osteffen@redhat.com>
> ---
>  util/grub.d/25_boot_loader_interface.in | 34 +++++++++++++++++++++++++
>  1 file changed, 34 insertions(+)
>  create mode 100644 util/grub.d/25_boot_loader_interface.in
>
> diff --git a/util/grub.d/25_boot_loader_interface.in 
> b/util/grub.d/25_boot_loader_interface.in
> new file mode 100644
> index 000000000..50daf3a10
> --- /dev/null
> +++ b/util/grub.d/25_boot_loader_interface.in
> @@ -0,0 +1,34 @@
> +#!/usr/bin/sh
> +set -e
> +
> +# grub-mkconfig helper script.
> +# Copyright (C) 2020  Free Software Foundation, Inc.

s/2020/2023/

> +#
> +# GRUB is free software: you can redistribute it and/or modify
> +# it under the terms of the GNU General Public License as published by
> +# the Free Software Foundation, either version 3 of the License, or
> +# (at your option) any later version.
> +#
> +# GRUB is distributed in the hope that it will be useful,
> +# but WITHOUT ANY WARRANTY; without even the implied warranty of
> +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> +# GNU General Public License for more details.
> +#
> +# You should have received a copy of the GNU General Public License
> +# along with GRUB.  If not, see <http://www.gnu.org/licenses/>.
> +
> +prefix="/usr"
> +exec_prefix="/usr"
> +datarootdir="/usr/share"

This assumptions can be wrong. Please get relevant values from the configure...

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]