grub/util/grub.d/41_custom.in

8 lines
95 B
Text
Raw Normal View History

#!/bin/sh
cat <<EOF
if [ -f \$prefix/custom.cfg ]; then
source \$prefix/custom.cfg;
fi
EOF