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
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
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
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.