Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create grub-helper function grub_build_font | Andrew Robbins | 2017-09-06 | 1 | -0/+26 |
| | | | | | | The idea is to build a font from source and then make a PF2 format file from it using grub-mkfont. This cuts down on the number of binary files committed to history in the repository. | ||||
* | Conditionally create dir to store compiled keymaps | Andrew Robbins | 2017-09-02 | 1 | -1/+6 |
| | |||||
* | Use grub-mklayout instead of grub-kbdcomp | Andrew Robbins | 2017-09-02 | 1 | -2/+2 |
| | | | | | | grub-mklayout was the intended program to use for generating compiled GRUB keylayouts. Somewhere along the way grub-kbdcomp was erroneously substituted in its place. | ||||
* | Add grub-helper script | Andrew Robbins | 2017-08-29 | 1 | -0/+174 |