Hello Peter,
Thanks a lot for your patch.
On 2/24/22 22:55, Peter Jones wrote:
> ChangeLog-2015 has been untouched for over 7 years now, and any
> information in it is purely for historical purposes. At the same time,
> grepping for code winds up matching this file quite a bit, almost never
> ac
On Fri, Feb 25, 2022 at 11:33:09AM +0100, Javier Martinez Canillas wrote:
> Hello Peter,
>
> Thanks a lot for your patch.
>
> On 2/24/22 22:55, Peter Jones wrote:
> > ChangeLog-2015 has been untouched for over 7 years now, and any
> > information in it is purely for historical purposes. At the sam
When using 'search' on EFI systems, we sometimes want to exclude devices
that are not EFI disks (e.g. md, lvm).
This is typically used when wanting to chainload when having a software
raid (md) for EFI partition:
with no option, 'search --file /EFI/redhat/shimx64.efi' sets root envvar
to 'md/boot_e
Signed-off-by: Renaud Métrich
---
grub-core/commands/search.c | 8
grub-core/commands/search_wrap.c | 13 +++--
include/grub/search.h| 14 +++---
3 files changed, 22 insertions(+), 13 deletions(-)
diff --git a/grub-core/commands/search.c b/grub-core/com
When using --no-floppy and a floppy was encountered, iterate_device()
was returning 1, causing the iteration to stop instead of continuing.
Signed-off-by: Renaud Métrich
---
grub-core/commands/search.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grub-core/commands/search.
When using 'search' on EFI systems, we sometimes want to exclude devices
that are not EFI disks (e.g. md, lvm).
This is typically used when wanting to chainload when having a software
raid (md) for EFI partition:
with no option, 'search --file /EFI/redhat/shimx64.efi' sets root envvar
to 'md/boot_e
Right, sorry for that!
The patch was brought in RH grub (g...@github.com:rhboot/grub2.git) by
pjones in 2017:
commit c925abf2462e30ac76cba760e727fb953daf1aeb
Author: Peter Jones
Date: Thu Jun 1 09:59:56 2017 -0400
Add grub_efi_allocate_pool() and grub_efi_free_pool() wrappers.
Sig
Hello Daniel,
On 2/25/22 13:03, Daniel Kiper wrote:
> On Fri, Feb 25, 2022 at 11:33:09AM +0100, Javier Martinez Canillas wrote:
>> Hello Peter,
>>
>> Thanks a lot for your patch.
>>
>> On 2/24/22 22:55, Peter Jones wrote:
>>> ChangeLog-2015 has been untouched for over 7 years now, and any
>>> info
On Fri, Feb 25, 2022 at 01:03:48PM +0100, Daniel Kiper wrote:
> On Fri, Feb 25, 2022 at 11:33:09AM +0100, Javier Martinez Canillas wrote:
> > Hello Peter,
> >
> > Thanks a lot for your patch.
> >
> > On 2/24/22 22:55, Peter Jones wrote:
> > > ChangeLog-2015 has been untouched for over 7 years now,
On Tue, 22 Feb 2022 14:49:39 +0100
Daniel Kiper wrote:
> On Tue, Feb 15, 2022 at 12:44:44PM -0600, Glenn Washburn wrote:
> > Signed-off-by: Glenn Washburn
> > ---
> > Daniel,
> >
> > I think I recall you saying you accumulate whitespace fixes. So here's a
>
> Yeah... Sadly it looks it will not
On Tue, 22 Feb 2022 19:03:39 +0100
Daniel Kiper wrote:
> On Tue, Feb 15, 2022 at 12:36:42PM -0600, Glenn Washburn wrote:
> > These functions may be useful within modules as well. Export them so that
> > modules can use them.
>
> Though there are no users for these functions today. So, I am not
>
On Fri, Feb 25, 2022 at 02:56:11PM -0600, Glenn Washburn wrote:
> On Tue, 22 Feb 2022 14:49:39 +0100
> Daniel Kiper wrote:
>
> > On Tue, Feb 15, 2022 at 12:44:44PM -0600, Glenn Washburn wrote:
> > > Signed-off-by: Glenn Washburn
> > > ---
> > > Daniel,
> > >
> > > I think I recall you saying you
Signed-off-by: Glenn Washburn
---
tests/util/grub-fs-tester.in | 246 +--
1 file changed, 123 insertions(+), 123 deletions(-)
diff --git a/tests/util/grub-fs-tester.in b/tests/util/grub-fs-tester.in
index a1f3f299b4..65633c7f81 100644
--- a/tests/util/grub-fs-test
I've been struggling with getting GRUB PXE to request the automatic list of
config files, but nothing is working (I'm sniffing the network traffic). I
can get GRUB to load the config just fine if I specify
```
configfile (tftp,192.168.100.10)/grub.cfg/$net_pxe_mac
```
in an embedded config file. I'
Finally getting back to this...
On Thu, 17 Feb 2022 17:18:47 -0500
James Bottomley wrote:
> On Mon, 2022-02-14 at 16:18 -0600, Glenn Washburn wrote:
> > On Mon, 7 Feb 2022 10:29:43 -0500
> > James Bottomley wrote:
> >
> > > Make use of the new OS provided secrets API so that if the new '-s'
>
On Tue, 22 Feb 2022 18:17:51 +0100
Daniel Kiper wrote:
> The GRUB INSTALL file says:
>
> The Requirements
>
>
> GRUB depends on some software packages installed into your system. If
> you don't have any of them, please obtain and install them before
> configuring the G
On 2/26/22 02:50, Glenn Washburn wrote:
On Tue, 22 Feb 2022 18:17:51 +0100
Daniel Kiper wrote:
The GRUB INSTALL file says:
The Requirements
GRUB depends on some software packages installed into your system. If
you don't have any of them, please obtain and install
17 matches
Mail list logo