[PATCH] Introduce grub-mkconfig filesystem label support:

2024-10-08 Thread stormbyte
From: "David C. Manuelda" This feature will allow grub-mkconfig to be able to identify root filesystem via label kernel parameter (root=LABEL=). To enable this feature, UUIDs and PARTUUIDs needs to be disabled (with GRUB_DISABLE_LINUX_UUID and GRUB_DISABLE_LINUX_PARTUUID set to true) and the

[PATCH] Introduce grub-mkconfig filesystem label support:

2024-10-08 Thread David C. Manuelda
From: "David C. Manuelda" This feature will allow grub-mkconfig to be able to identify root filesystem via label kernel parameter (root=LABEL=). To enable this feature, UUIDs and PARTUUIDs needs to be disabled (with GRUB_DISABLE_LINUX_UUID and GRUB_DISABLE_LINUX_PARTUUID set to true) and the

[PATCH] Introduce grub-mkconfig filesystem label support:

2024-10-08 Thread stormbyte
From: "David C. Manuelda" This feature will allow grub-mkconfig to be able to identify root filesystem via label kernel parameter (root=LABEL=). To enable this feature, UUIDs and PARTUUIDs needs to be disabled (with GRUB_DISABLE_LINUX_UUID and GRUB_DISABLE_LINUX_PARTUUID set to true) and the

[PATCH] Introduce grub-mkconfig filesystem label support

2024-10-08 Thread stormbyte
Fixed a typo in previous patch in which it was given fslabel instead of fs_label to grub-probe command. This time it was tested correctly before sending, I apologize as it is my first time using git send-email and I was working on several things in parallel.