[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Add support for specifying the boot device by label
From: |
darkpenguin |
Subject: |
[PATCH 0/2] Add support for specifying the boot device by label |
Date: |
Wed, 27 Sep 2023 11:13:33 +0000 |
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
- [PATCH 0/2] Add support for specifying the boot device by label,
darkpenguin <=
- [PATCH 1/2] Allow specifying the boot device by its label instead of UUID, darkpenguin, 2023/09/27
- Re: [PATCH 1/2] Allow specifying the boot device by its label instead of UUID, Vladimir 'phcoder' Serbinenko, 2023/09/27
- Re: [PATCH 1/2] Allow specifying the boot device by its label instead of UUID, darkpenguin, 2023/09/27
- Re: [PATCH 1/2] Allow specifying the boot device by its label instead of UUID, Heinrich Schuchardt, 2023/09/27
- [PATCH] Allow specifying the boot device by its label instead of UUID, darkpenguin, 2023/09/27
- Re: [PATCH] Allow specifying the boot device by its label instead of UUID, Vladimir 'phcoder' Serbinenko, 2023/09/27
- Re: [PATCH] Allow specifying the boot device by its label instead of UUID, Oskari Pirhonen, 2023/09/28
- Re: [PATCH] Allow specifying the boot device by its label instead of UUID, darkpenguin, 2023/09/28
[PATCH 2/2] Use GRUB_ENABLE_LINUX_LABEL=true instead of GRUB_DISABLE_LINUX_UUID=LABEL, darkpenguin, 2023/09/27