Re: [PATCH] If $hints is not set, we can reduce the output into grub.cfg from 5 lines to just 1 line.

2020-09-17 Thread Florian La Roche via Grub-devel
Hello grub-devel people and Daniel Kiper, Am Do., 17. Sept. 2020 um 16:04 Uhr schrieb Daniel Kiper : > > On Tue, Sep 01, 2020 at 07:13:20AM +0200, Florian La Roche via Grub-devel > wrote: > > Missing SOB as previously... I can add it on your behalf if you are OK > with it. Oth

Re: [PATCH] remove unneccessary trailing semicolon

2020-09-09 Thread Florian La Roche via Grub-devel
Hello Daniel Kiper, Daniel Kiper schrieb am Mi., 9. Sep. 2020, 14:37: > Hi Florian, > > Your patch is missing > Signed-off-by: Florian La Roche > > If you are OK with me adding it for you I will take this patch. > OK. Best regards, Florian La Roche __

[PATCH] If $hints is not set, we can reduce the output into grub.cfg from 5 lines to just 1 line.

2020-08-31 Thread Florian La Roche via Grub-devel
--- util/grub-mkconfig_lib.in | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/util/grub-mkconfig_lib.in b/util/grub-mkconfig_lib.in index 2d80f14bf..301d1ac22 100644 --- a/util/grub-mkconfig_lib.in +++ b/util/grub-mkconfig_lib.in @@ -158,11 +158,15 @@ prepare_gru

[PATCH] remove unneccessary trailing semicolon

2020-08-31 Thread Florian La Roche via Grub-devel
--- util/grub.d/41_custom.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/grub.d/41_custom.in b/util/grub.d/41_custom.in index fcc21a987..a08363da1 100644 --- a/util/grub.d/41_custom.in +++ b/util/grub.d/41_custom.in @@ -3,7 +3,7 @@ cat

reduce output into grub.cfg

2020-08-31 Thread Florian La Roche via Grub-devel
The attached patch reduces the output into grub.cfg from 5 lines into 1 if $hints is not set within grub-mkconfig_lib.in and this is reused several times. best regards and thanks for grub, Florian La Roche From 1c2d980679b7d5e6f720006ace00e9bdd134e524 Mon Sep 17 00:00:00 2001 From: Florian La Roc

remove trailing semicolon mini-patch

2020-08-31 Thread Florian La Roche via Grub-devel
Hello grub-devel, this change removes a trailing semicolon as it is not needed and adjusts the code to look like the "source" line above. best regards and thanks for grub, Florian La Roche From e19257137f70542d98ad5c8a315a019798331388 Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Mon, 3