diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-01 17:34:45 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-01 18:12:40 +0100 |
commit | 6d59f1d0be9e998689dbc74cba914999ab62b69c (patch) | |
tree | 549cb141e6ebdeca809d4d04f19660ea48877c16 /config | |
parent | 2becc736d38ad0aef798138c544e53f51d79afbc (diff) |
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>
Diffstat (limited to 'config')
-rw-r--r-- | config/grub/config/grub.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/grub/config/grub.cfg b/config/grub/config/grub.cfg index 7f99851d..7adee869 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 |