57711df6ad
* conf/common.rmk (grub-mkconfig_SCRIPTS): Add 41_custom. * util/grub.d/41_custom.in: New file.
7 lines
95 B
Bash
7 lines
95 B
Bash
#!/bin/sh
|
|
cat <<EOF
|
|
if [ -f \$prefix/custom.cfg ]; then
|
|
source \$prefix/custom.cfg;
|
|
fi
|
|
EOF
|
|
|