Re: [PATCH 1/2] Allow specifying the boot device by its label instead of UUID

2023-09-27 Thread Heinrich Schuchardt
On 9/27/23 18:02, darkpenguin wrote: That's what I'd like to do, but I couldn't figure out how to make 'git format-patch -2' output a single patch. It always outputs one patch per commit. Is there an option I've missed, or is there no other way than creating a throwaway repo to squash the commit

Re: [PATCH 1/2] Allow specifying the boot device by its label instead of UUID

2023-09-27 Thread darkpenguin
That's what I'd like to do, but I couldn't figure out how to make 'git format-patch -2' output a single patch. It always outputs one patch per commit. Is there an option I've missed, or is there no other way than creating a throwaway repo to squash the commits before sending? On 27/09/23 19:50,

Re: [PATCH 1/2] Allow specifying the boot device by its label instead of UUID

2023-09-27 Thread Vladimir 'phcoder' Serbinenko
Please don't segment patches like this showing 2 solutions. Just have the patch for the agreed solution Le mer. 27 sept. 2023, 13:14, darkpenguin a écrit : > --- > util/grub-mkconfig_lib.in | 14 +++--- > util/grub.d/10_linux.in | 3 +++ > 2 files changed, 14 insertions(+), 3 deletio

[PATCH 1/2] Allow specifying the boot device by its label instead of UUID

2023-09-27 Thread darkpenguin
--- util/grub-mkconfig_lib.in | 14 +++--- util/grub.d/10_linux.in | 3 +++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/util/grub-mkconfig_lib.in b/util/grub-mkconfig_lib.in index 08953287c..bd43bc01d 100644 --- a/util/grub-mkconfig_lib.in +++ b/util/grub-mkconfig_li