aboutsummaryrefslogtreecommitdiff
path: root/projects/grub/grub-helper
Commit message (Collapse)AuthorAgeFilesLines
* Be specific about size limit for floppy GRUB imageAndrew Robbins2018-04-071-1/+1
|
* Include modules from modules-minimal in GRUB imageAndrew Robbins2018-04-071-2/+8
|
* Remove braces from parameter expansionsAndrew Robbins2017-09-211-78/+78
| | | | | | | * projects/grub/grub * projects/grub/grub-helper ditto
* Make a few minor tweaks to the grub-helper scriptAndrew Robbins2017-09-141-2/+9
| | | | | | The check for an existing, non-directory file as $keymap_out_path was added to prevent the (unlikely) scenario of attempting writing a file to a file as if it were a directory.
* Create grub-helper function grub_build_fontAndrew Robbins2017-09-061-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 keymapsAndrew Robbins2017-09-021-1/+6
|
* Use grub-mklayout instead of grub-kbdcompAndrew Robbins2017-09-021-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 scriptAndrew Robbins2017-08-291-0/+174