aboutsummaryrefslogtreecommitdiff
path: root/projects/grub
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-09-06 15:56:37 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-09-07 21:35:33 -0400
commitb0fc2cbc0cc5ddce2a51e94fce3656d8139d7718 (patch)
treeab9a7ab832da0279b920dbd0d48cfba293de1a8f /projects/grub
parentc8b8f6ffe3b3c6373273f79c324ecc1dc47a1515 (diff)
downloadlibrebootfr-b0fc2cbc0cc5ddce2a51e94fce3656d8139d7718.tar.gz
librebootfr-b0fc2cbc0cc5ddce2a51e94fce3656d8139d7718.zip
Integrate grub_build_font into GRUB action script
Diffstat (limited to 'projects/grub')
-rwxr-xr-xprojects/grub/grub2
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