mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 23:09:40 +02:00
grub.cfg: don't scan EFI on btrfs subvols
the esp is always a fat32 partition so this makes no sensgrub.cfg: don't scan EFI on btrfs subvols the esp is always a fat32 partition so this makes no sense Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -98,7 +98,7 @@ function search_grub {
|
|||||||
|
|
||||||
function try_isolinux_config {
|
function try_isolinux_config {
|
||||||
set root="${1}"
|
set root="${1}"
|
||||||
for dir in '' /boot /EFI /boot/EFI /@ /@/boot /@/boot/EFI /@/EFI; do
|
for dir in '' /boot /EFI /boot/EFI /@ /@/boot; do
|
||||||
if [ -f "${dir}"/isolinux/isolinux.cfg ]; then
|
if [ -f "${dir}"/isolinux/isolinux.cfg ]; then
|
||||||
syslinux_configfile -i "${dir}"/isolinux/isolinux.cfg
|
syslinux_configfile -i "${dir}"/isolinux/isolinux.cfg
|
||||||
elif [ -f "${dir}"/syslinux/syslinux.cfg ]; then
|
elif [ -f "${dir}"/syslinux/syslinux.cfg ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user