Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Commit 823b977

Browse files
committed
Load custom GRUB configuration in example file
1 parent 3371715 commit 823b977

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

grub.cfg.example

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ fi
2626
# Timeout for menu
2727
set timeout=30
2828

29+
# Load custom GRUB configuration
30+
if [ -e "$prefix/grub.cfg.local" ]; then
31+
source "$prefix/grub.cfg.local"
32+
fi
33+
2934
# Load MBUSB configuration
3035
if [ -e "$prefix/mbusb.cfg" ]; then
3136
source "$prefix/mbusb.cfg"

0 commit comments

Comments
 (0)