grub.cfg: scan /boot/grub.cfg last

very unlikely to exist. in fact, should i remove it?

Signed-off-by: Leah Rowe <leah@libreboot.org>
20240612_branch
Leah Rowe 2024-06-01 17:34:45 +01:00
parent 2becc736d3
commit 6d59f1d0be
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ function really_try_user_config {
function try_user_config {
# The @/... entries are for cases where the BTRFS filesystem is being used
for dir in boot grub boot/grub @/boot @/grub @/boot/grub grub2 boot/grub2 @/grub2 @/boot/grub2; do
for dir in grub boot/grub @/grub @/boot/grub grub2 boot/grub2 @/grub2 @/boot/grub2 boot @/boot; do
really_try_user_config "${1}" "${dir}"
done
for dir in ubuntu debian redhat; do