From 23e66c113d8e030d02ab489fbbb2bc189ba886f4 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 1 Jun 2024 17:34:45 +0100 Subject: [PATCH] grub.cfg: scan /boot/grub.cfg last very unlikely to exist. in fact, should i remove it? Signed-off-by: Leah Rowe --- config/grub/config/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/grub/config/grub.cfg b/config/grub/config/grub.cfg index 7f99851..7adee86 100644 --- a/config/grub/config/grub.cfg +++ b/config/grub/config/grub.cfg @@ -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