aboutsummaryrefslogtreecommitdiffstats
path: root/util/grub.d/41_custom.in
diff options
context:
space:
mode:
Diffstat (limited to 'util/grub.d/41_custom.in')
-rw-r--r--util/grub.d/41_custom.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/grub.d/41_custom.in b/util/grub.d/41_custom.in
new file mode 100644
index 0000000..64d691c
--- /dev/null
+++ b/util/grub.d/41_custom.in
@@ -0,0 +1,7 @@
+#!/bin/sh
+cat <<EOF
+if [ -f \$prefix/custom.cfg ]; then
+ source \$prefix/custom.cfg;
+fi
+EOF
+