From 80352a2f6878a3a51c3e26cb768b9ae3d63a5de7 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Tue, 9 Jun 2020 18:47:13 +0200 Subject: bootloader: grub: Fix cross-compilation. This is a follow-up of 536c53d347291dcc75e1073af6e6c5c614e0fff4, that do not use the native version of "font-file", breaking cross-compilation. * gnu/bootloader/grub.scm (eye-candy): Use the native version of "font-file". --- gnu/bootloader/grub.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/bootloader') diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm index fa391fd6b4..b905ae360c 100644 --- a/gnu/bootloader/grub.scm +++ b/gnu/bootloader/grub.scm @@ -151,7 +151,7 @@ if loadfont ~a; then insmod all_video insmod gfxterm fi~%" - #$font-file + #+font-file #$(string-join (grub-theme-gfxmode (bootloader-theme config)) ";")) -- cgit v1.2.3