All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for specifying the boot device by label
@ 2023-09-27 11:13 darkpenguin
  2023-09-27 11:13 ` [PATCH 1/2] Allow specifying the boot device by its label instead of UUID darkpenguin
  2023-09-27 11:13 ` [PATCH 2/2] Use GRUB_ENABLE_LINUX_LABEL=true instead of GRUB_DISABLE_LINUX_UUID=LABEL darkpenguin
  0 siblings, 2 replies; 10+ messages in thread
From: darkpenguin @ 2023-09-27 11:13 UTC (permalink / raw)
  To: grub-devel; +Cc: xxc3ncoredxx, phcoder, nvinson234, dkiper, darkpenguin


Here is an updated patch that uses GRUB_ENABLE_LINUX_LABEL=true instead.

Supporting whitespace or other symbols in the label doesn't make sense
until we can figure out how to properly specify them in grub.cfg - so
far, nothing I've tried works (escaping, quoting, %20, \x20).


darkpenguin (2):
  Allow specifying the boot device by its label instead of UUID
  Use GRUB_ENABLE_LINUX_LABEL=true instead of
    GRUB_DISABLE_LINUX_UUID=LABEL

 util/grub-mkconfig.in     |  1 +
 util/grub-mkconfig_lib.in | 14 +++++++++++---
 util/grub.d/10_linux.in   |  3 +++
 3 files changed, 15 insertions(+), 3 deletions(-)

-- 
2.30.2


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-09-28  8:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27 11:13 [PATCH 0/2] Add support for specifying the boot device by label darkpenguin
2023-09-27 11:13 ` [PATCH 1/2] Allow specifying the boot device by its label instead of UUID darkpenguin
2023-09-27 15:50   ` Vladimir 'phcoder' Serbinenko
2023-09-27 16:02     ` darkpenguin
2023-09-27 16:18       ` Heinrich Schuchardt
2023-09-27 16:25         ` [PATCH] " darkpenguin
2023-09-27 20:41           ` Vladimir 'phcoder' Serbinenko
2023-09-28  5:16           ` Oskari Pirhonen
2023-09-28  8:05             ` darkpenguin
2023-09-27 11:13 ` [PATCH 2/2] Use GRUB_ENABLE_LINUX_LABEL=true instead of GRUB_DISABLE_LINUX_UUID=LABEL darkpenguin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.