[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 @@

[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

Re: [PATCH v2 9/9] cryptodisk: Properly handle non-512 byte sized sectors

2020-08-31 Thread Glenn Washburn
I just noticed that I have a couple minor non-functional changes that I think will make this patch a little better. I had been planning on updating my original patch, but since you're picking this up, this is a better place to update. Let me know if you'd like the updated version of the patch

Re: remove trailing semicolon mini-patch

2020-08-31 Thread John Paul Adrian Glaubitz
Hi Florian! On 8/31/20 10:40 AM, Florian La Roche via Grub-devel wrote: > this change removes a trailing semicolon as it is not needed > and adjusts the code to look like the "source" line above. Thanks for your patches. Any chance you could send them in-line with git send-email? This makes

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

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,