mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-17 21:38:44 +00:00

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