Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cat /mnt/gentoo/etc/grub.d/41_custom
- #!/bin/sh
- cat <<EOF
- if [ -f \$prefix/custom.cfg ]; then
- source \$prefix/custom.cfg;
- fi
- EOF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement