diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-06 15:56:37 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-07 21:35:33 -0400 |
commit | b0fc2cbc0cc5ddce2a51e94fce3656d8139d7718 (patch) | |
tree | ab9a7ab832da0279b920dbd0d48cfba293de1a8f | |
parent | c8b8f6ffe3b3c6373273f79c324ecc1dc47a1515 (diff) | |
download | librebootfr-b0fc2cbc0cc5ddce2a51e94fce3656d8139d7718.tar.gz librebootfr-b0fc2cbc0cc5ddce2a51e94fce3656d8139d7718.zip |
Integrate grub_build_font into GRUB action script
-rwxr-xr-x | projects/grub/grub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/grub/grub b/projects/grub/grub index 086215bf..16b63634 100755 --- a/projects/grub/grub +++ b/projects/grub/grub @@ -82,10 +82,12 @@ build() { case "${target}" in bios) grub_build_floppy_image + grub_build_font grub_copy_modules ;; *) grub_build_standalone_image + grub_build_font grub_copy_modules ;; esac |