grub.cfg: handle btrfs subvols for extlinux.conf

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-12-18 08:31:38 +00:00
parent d74c6c7114
commit 430918ee78
+1 -1
View File
@@ -71,7 +71,7 @@ function search_grub {
function try_isolinux_config {
set root="${1}"
for dir in '' /boot /EFI; do
for dir in '' /boot /EFI /@ /@/boot /@/EFI; do
if [ -f "${dir}"/isolinux/isolinux.cfg ]; then
syslinux_configfile -i "${dir}"/isolinux/isolinux.cfg
elif [ -f "${dir}"/syslinux/syslinux.cfg ]; then