You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
245 B

{% calculate run='/bin/bash', pkg('sys-boot/grub'), action='!disk' %}
{% if exists('/usr/share/fonts/terminus/ter-x18n.pcf.gz') %}
/usr/bin/grub-mkfont -o /usr/share/grub/unicode.pf2 /usr/share/fonts/terminus/ter-x18n.pcf.gz
{% endif %}
exit 0