/etc/grub.d/41_custom

關於「/etc/grub.d/41_custom」

執行

file /etc/grub.d/41_custom

顯示

/etc/grub.d/41_custom: POSIX shell script, ASCII text executable

執行

dpkg -S /etc/grub.d/41_custom

顯示

grub-common: /etc/grub.d/41_custom

執行

cat /etc/grub.d/41_custom

顯示

#!/bin/sh
cat <<EOF
if [ -f  \${config_directory}/custom.cfg ]; then
  source \${config_directory}/custom.cfg
elif [ -z "\${config_directory}" -a -f  \$prefix/custom.cfg ]; then
  source \$prefix/custom.cfg;
fi
EOF

對照

請參考「/boot/grub/custom.cfg